Skip to content
Snippets Groups Projects
Unverified Commit 8f814e85 authored by Michal 'vorner' Vaner's avatar Michal 'vorner' Vaner
Browse files

fwup: Use sets suffixed with _X

The firewall rules use names ending with _X, the plain ones are the
temporary sets.
parent e60fd0d1
Branches
Tags
No related merge requests found
......@@ -56,8 +56,8 @@ sub fake_set_generate($$$) {
}
}
fake_set_generate 'turris_100FA4E0_lb_a_4', 4, 'hard';
fake_set_generate 'turris_100FA4E0_lb_a_6', 6, 'hard';
fake_set_generate 'turris_100FA4E0_lb_a_4_X', 4, 'hard';
fake_set_generate 'turris_100FA4E0_lb_a_6_X', 6, 'hard';
$dbh->do("UPDATE config SET value = ? WHERE plugin = 'fwup' AND name = 'version'", undef, $version) if $bump_config_version;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment