CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/01/06 14:26:46
Modified files:
sbin/ifconfig : ifconfig.c
sys/net : if.c if.h
sys/netinet6 : in6.c in6_ifattach.c
sys/sys : sockio.h
Log message:
Remove the NOINET6 interface flag, a left-over from the times when IPv6
was enabled by default. Add AFATTACH/AFDETACH ioctls which enable/disable
an address family for an interface (currently used for IPv6 only).
New kernel needs new ifconfig for IPv6 configuration (address assignment
still works with old ifconfig making this easy to cross over).
Committing on behalf of henning@ who is currently lebensmittelvergiftet.
ok stsp, benno, mpi