summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-06-11 10:26:38 +0000
committerbz <bz@FreeBSD.org>2009-06-11 10:26:38 +0000
commitfe42112add1a5987e8d66b6177ed78fe3d5e5749 (patch)
treef98bbcd30eb93d910b0d5de7940c01d2a7e71764 /sys/conf
parent06bce6ca23b25ef22dfc3bccf917d0d8704287ba (diff)
downloadFreeBSD-src-fe42112add1a5987e8d66b6177ed78fe3d5e5749.zip
FreeBSD-src-fe42112add1a5987e8d66b6177ed78fe3d5e5749.tar.gz
carp(4) allows people to share a set of IP addresses and can only
use IPv4/v6 for inter-node communication (according to my reading). Properly wrap the carp callouts in INET || INET6 and refelect this in sys/conf/files as well. While in theory this should be ok, it might be a bit optimistic to think that carp could build with inet6 only[1]. Discussed with: mlaier [1]
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 7860be3..c28f2f3 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2352,7 +2352,7 @@ netinet/if_atm.c optional atm
netinet/if_ether.c optional ether
netinet/igmp.c optional inet
netinet/in.c optional inet
-netinet/ip_carp.c optional carp
+netinet/ip_carp.c optional inet carp | inet6 carp
netinet/in_gif.c optional gif inet
netinet/ip_gre.c optional gre inet
netinet/ip_id.c optional inet
OpenPOWER on IntegriCloud