]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add an rc.d script to start pfsync at the right moment of the
authoryar <yar@FreeBSD.org>
Sun, 2 Oct 2005 18:59:02 +0000 (18:59 +0000)
committeryar <yar@FreeBSD.org>
Sun, 2 Oct 2005 18:59:02 +0000 (18:59 +0000)
commit327895a26d00e4a20e74f7f0f563dbda350408fa
tree06f160b8333b1fa086d351d997b7534badaf42fb
parent57ff4e8e87ba086a7cc0b2bb654094221fa7ed55
Add an rc.d script to start pfsync at the right moment of the
system boot, and hook it up in the system.

The separate script is needed because in the presence of various
interface lists in rc.conf ($network_interfaces, $cloned_interfaces,
$sppp_interfaces, $gif_interfaces, more to come) it is hard to start
them orderly, so that pfsync is brought up after its syncdev, which
is required for the proper startup of pfsync.

Discussed with: mlaier on -pf
MFC after: 5 days
contrib/pf/man/pfsync.4
etc/defaults/rc.conf
etc/rc.d/Makefile
etc/rc.d/pfsync [new file with mode: 0644]
share/man/man5/rc.conf.5