Correctly delete old rules from TDR using set 9

This commit is contained in:
Scott Ullrich 2007-04-28 23:42:38 +00:00
parent 4eabbe87af
commit b7019cfb57

View File

@ -146,7 +146,7 @@ function filter_configure_sync() {
mwexec("/sbin/kldload ipfw");
unmute_kernel_msgs();
}
exec("/sbin/ipfw delete 1-500");
exec("/sbin/ipfw delete set 9");
}
}