Ensure that old time based rules get deleted during reload

This commit is contained in:
Scott Ullrich 2007-04-23 20:48:30 +00:00
parent 5430501d88
commit 0b77c21155

View File

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