aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2018-02-28 08:53:07 +0000
committerKristof Provost <kp@FreeBSD.org>2018-02-28 08:53:07 +0000
commit5830b90f4b0b15572dbb091af69f42431c4cdbaa (patch)
tree3e2d3a8b9edf2c1c3d2825a81f049d635542b95b /etc/rc.d
parent091002585974d17c9533f943ec351c13a69788ab (diff)
Notes
Diffstat (limited to 'etc/rc.d')
-rwxr-xr-xetc/rc.d/pf3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/rc.d/pf b/etc/rc.d/pf
index cab7d8ee9eae..1811abd8498d 100755
--- a/etc/rc.d/pf
+++ b/etc/rc.d/pf
@@ -54,9 +54,6 @@ pf_reload()
{
echo "Reloading pf rules."
$pf_program -n -f "$pf_rules" || return 1
- # Flush everything but existing state entries that way when
- # rules are read in, it doesn't break established connections.
- $pf_program -Fnat -Fqueue -Frules -FSources -Finfo -FTables -Fosfp > /dev/null 2>&1
$pf_program -f "$pf_rules" $pf_flags
}