Date: Sun, 17 Apr 2011 16:35:16 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files src/sys/netinet in_proto.c Message-ID: <201104171635.p3HGZgKO097575@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2011-04-17 16:35:16 UTC
FreeBSD src repository
Modified files:
sys/conf files
sys/netinet in_proto.c
Log:
SVN rev 220746 on 2011-04-17 16:35:16Z by bz
Make in_proto.c dependent on either inet or inet6.
While it does not provide any functionality for IPv6, it provides
the sysctl nodes for net.inet.* that a lot of functionality shared
between IPv4 and IPv6 depends on. We cannot change these anymore
without breaking a lot of management and tuning.
In case of IPv6 only, we compile out everything but the sysctl node
declarations.
Reviewed by: gnn
Sponsored by: The FreeBSD Foundation
Sponsored by: iXsystems
MFC After: 5 days
Revision Changes Path
1.1584 +1 -1 src/sys/conf/files
1.104 +9 -0 src/sys/netinet/in_proto.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104171635.p3HGZgKO097575>
