When stopping pfsync, remove the pfsync interface's syncpeer setting.
MFC after: 3 days
This commit is contained in:
parent
96cfc14156
commit
60f83c2b99
@ -42,7 +42,7 @@ pfsync_start()
|
||||
pfsync_stop()
|
||||
{
|
||||
echo "Disabling pfsync."
|
||||
ifconfig pfsync0 -syncdev down
|
||||
ifconfig pfsync0 -syncdev -syncpeer down
|
||||
}
|
||||
|
||||
load_rc_config $name
|
||||
|
Loading…
x
Reference in New Issue
Block a user