mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 07:14:26 +01:00
Load the pfsync module if necessary.
Reviewed by: glebius@ MFC after: 1 week
This commit is contained in:
parent
62cd261e07
commit
2a31bde3cd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246358
@ -35,6 +35,7 @@ pfsync_start()
|
||||
if [ -n "${pfsync_syncpeer}" ]; then
|
||||
_syncpeer="syncpeer ${pfsync_syncpeer}"
|
||||
fi
|
||||
load_kld pfsync
|
||||
ifconfig pfsync0 $_syncpeer syncdev $pfsync_syncdev $pfsync_ifconfig up
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user