mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correctly delete old rules from TDR using set 9
This commit is contained in:
parent
4eabbe87af
commit
b7019cfb57
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user