Module Name:    src
Committed By:   hauke
Date:           Fri May 26 15:40:27 UTC 2017

Modified Files:
        src/usr.sbin/pf/etc/defaults: pf.boot.conf

Log Message:
Enable carp packets early during boot, to avoid gratuitous failovers.

Okayed by christos@


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/pf/etc/defaults/pf.boot.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/pf/etc/defaults/pf.boot.conf
diff -u src/usr.sbin/pf/etc/defaults/pf.boot.conf:1.3 src/usr.sbin/pf/etc/defaults/pf.boot.conf:1.4
--- src/usr.sbin/pf/etc/defaults/pf.boot.conf:1.3	Sun Sep  2 15:28:43 2007
+++ src/usr.sbin/pf/etc/defaults/pf.boot.conf	Fri May 26 15:40:27 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: pf.boot.conf,v 1.3 2007/09/02 15:28:43 tron Exp $
+#	$NetBSD: pf.boot.conf,v 1.4 2017/05/26 15:40:27 hauke Exp $
 #
 # /etc/defaults/pf.boot.conf --
 #	initial configuration for pf(4)
@@ -28,3 +28,6 @@ pass out inet6 proto ipv6-icmp all icmp6
 pass in inet6 proto ipv6-icmp all icmp6-type neighbradv
 pass out inet6 proto ipv6-icmp all icmp6-type routersol
 pass in inet6 proto ipv6-icmp all icmp6-type routeradv
+
+# Enable carp, to avoid spurious failovers.
+pass proto carp

Reply via email to