View | Details | Raw Unified | Return to bug 183303
Collapse All | Expand All

(-)etc/rc.d/ipsec (+5 lines)
Lines 23-28 Link Here
23
23
24
ipsec_prestart()
24
ipsec_prestart()
25
{
25
{
26
	if [ `sysctl -n net.inet.ip.fastforwarding` = 1 ]; then
27
		warn "ipsec is not compatible with fastforwarding"
28
		stop_boot
29
		return 1
30
	fi
26
	if [ ! -f "$ipsec_file" ]; then
31
	if [ ! -f "$ipsec_file" ]; then
27
		warn "$ipsec_file not readable; ipsec start aborted."
32
		warn "$ipsec_file not readable; ipsec start aborted."
28
		stop_boot
33
		stop_boot

Return to bug 183303