Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/pf/etc/defaults Enable carp packets early during bo...



details:   https://anonhg.NetBSD.org/src/rev/9b0f70d5fd6f
branches:  trunk
changeset: 824179:9b0f70d5fd6f
user:      hauke <hauke%NetBSD.org@localhost>
date:      Fri May 26 15:40:27 2017 +0000

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

Okayed by christos@

diffstat:

 usr.sbin/pf/etc/defaults/pf.boot.conf |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 1f2133b30281 -r 9b0f70d5fd6f usr.sbin/pf/etc/defaults/pf.boot.conf
--- a/usr.sbin/pf/etc/defaults/pf.boot.conf     Fri May 26 14:40:09 2017 +0000
+++ b/usr.sbin/pf/etc/defaults/pf.boot.conf     Fri May 26 15:40:27 2017 +0000
@@ -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 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



Home | Main Index | Thread Index | Old Index