1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

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

MFC after:	3 days
This commit is contained in:
Dag-Erling Smørgrav 2013-07-15 08:48:45 +00:00
parent 9c9a49c494
commit b88ca6332b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253357

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