From: Sascha Wildner Date: Fri, 31 Aug 2012 21:00:35 +0000 (+0200) Subject: Add CARP support to the GENERIC kernels. X-Git-Tag: v3.2.0~224 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/003e1de5b4eeae5affaa7ce90c62ac8d900ccefa Add CARP support to the GENERIC kernels. http://leaf.dragonflybsd.org/mailarchive/users/2012-08/msg00086.html Suggested-by: Charles Rapenne Approved-by: sephe --- diff --git a/sys/config/GENERIC b/sys/config/GENERIC index e9717f92a0..7e92bcaa90 100644 --- a/sys/config/GENERIC +++ b/sys/config/GENERIC @@ -315,6 +315,10 @@ pseudo-device md # Memory "disks" pseudo-device gif # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) +# CARP support +options CARP +pseudo-device carp + # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter diff --git a/sys/config/X86_64_GENERIC b/sys/config/X86_64_GENERIC index 5b52b62d70..69c804ba01 100644 --- a/sys/config/X86_64_GENERIC +++ b/sys/config/X86_64_GENERIC @@ -294,6 +294,10 @@ pseudo-device md # Memory "disks" pseudo-device gif # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) +# CARP support +options CARP +pseudo-device carp + # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter