Commit 2d86dbfb authored by Ad Schellevis's avatar Ad Schellevis

suppress some messages when flushing pf tables for aliases on boot.

parent 32aeeab6
......@@ -350,7 +350,7 @@ function filter_configure_sync($delete_states_if_needed = true)
if($fda) {
if($after_filter_configure_run) {
foreach($after_filter_configure_run as $afcr)
fwrite($fda, $afcr . "\n");
fwrite($fda, $afcr . " >/dev/null 2>&1 \n");
unset($after_filter_configure_run);
}
......
Markdown is supported
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