Date: Thu, 11 Jun 2009 10:26:38 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files src/sys/net if.c if_bridge.c if_ethersubr.c Message-ID: <200906111026.n5BAQx3Z032850@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2009-06-11 10:26:38 UTC FreeBSD src repository Modified files: sys/conf files sys/net if.c if_bridge.c if_ethersubr.c Log: SVN rev 193983 on 2009-06-11 10:26:38Z by bz 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] Revision Changes Path 1.1428 +1 -1 src/sys/conf/files 1.338 +8 -0 src/sys/net/if.c 1.128 +3 -1 src/sys/net/if_bridge.c 1.265 +6 -0 src/sys/net/if_ethersubr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906111026.n5BAQx3Z032850>