summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/pfsync
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/pfsync')
-rwxr-xr-xetc/rc.d/pfsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/pfsync b/etc/rc.d/pfsync
index 3dab3a8..3c46575 100755
--- a/etc/rc.d/pfsync
+++ b/etc/rc.d/pfsync
@@ -42,7 +42,7 @@ pfsync_start()
pfsync_stop()
{
echo "Disabling pfsync."
- ifconfig pfsync0 -syncdev down
+ ifconfig pfsync0 -syncdev -syncpeer down
}
load_rc_config $name
OpenPOWER on IntegriCloud