tech-net archive

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

Re: Enabling carp in pf.boot.conf?



In article <c0b50327-9996-a025-4df1-0882d2d0733c%spg.tu-darmstadt.de@localhost>,
Hauke Fath  <hf%spg.tu-darmstadt.de@localhost> wrote:

[stuff deleted]

>Enabling carp packets in pf.boot.conf fixes the problem:
>
>Index: pf.boot.conf
>===================================================================
>RCS file: /cvsroot/src/usr.sbin/pf/etc/defaults/pf.boot.conf,v
>retrieving revision 1.3
>diff -u -u -r1.3 pf.boot.conf
>--- pf.boot.conf        2 Sep 2007 15:28:43 -0000       1.3
>+++ pf.boot.conf        26 May 2017 11:26:55 -0000
>@@ -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 gratuitous failovers.
>+pass proto carp
>
>-- okay to commit?

Go for it.

christos



Home | Main Index | Thread Index | Old Index