diff options
Diffstat (limited to 'init.d/pf.in')
-rw-r--r-- | init.d/pf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/pf.in b/init.d/pf.in index 15c9fc5d..a36df264 100644 --- a/init.d/pf.in +++ b/init.d/pf.in @@ -44,7 +44,7 @@ reload() { ebegin "Reloading $name rules." pfctl -q -n -f "$pf_conf" && \ - { + { # Flush everything but existing state entries that way when # rules are read in, it doesn't break established connections. pfctl -q -Fnat -Fqueue -Frules -FSources -Finfo -FTables -Fosfp |