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/e81a0029cb8b
branches: trunk
changeset: 353878:e81a0029cb8b
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 b1843d96ed78 -r e81a0029cb8b 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