When stopping pfsync, remove the pfsync interface's syncpeer setting.

MFC after:	3 days
This commit is contained in:
des 2013-07-15 08:48:45 +00:00
parent 96cfc14156
commit 60f83c2b99

View File

@ -42,7 +42,7 @@ pfsync_start()
pfsync_stop()
{
echo "Disabling pfsync."
ifconfig pfsync0 -syncdev down
ifconfig pfsync0 -syncdev -syncpeer down
}
load_rc_config $name