diff --git a/src/master/dbscripts/build_fwup_sets.pl b/src/master/dbscripts/build_fwup_sets.pl index 12069b0bfed4f0bd5bb031f99121316d2b49e5cc..be8e7717d1980274e12ec5252a45ed55083b1f77 100755 --- a/src/master/dbscripts/build_fwup_sets.pl +++ b/src/master/dbscripts/build_fwup_sets.pl @@ -80,7 +80,3 @@ $dbh->do("UPDATE config SET value = ? WHERE plugin = 'fwup' AND name = 'version' $dbh->commit; -# TODO: Solve the problem of propagating the size to the firewall rules somehow -# Currently, if the sizes don't match, ucollect can't create the set. While we can switch -# sets of different sizes, ipset -exist create complains. -die "I had to update the sizes, please propagate them to the firewall rules.\n" if $bump_config_version;