CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/06/04 13:07:21
Modified files:
sys/net : if.c if.h
sys/netinet6 : in6.c
sys/sys : sockio.h
sbin/ifconfig : ifconfig.c
Log message:
allow IPvShit to be turned off completely per-interface.
ifconfig em0 -inet6
deletes all v6 addresses including link-local and prevents new ones from
being added.
ifconfig em0 inet6 <addr>
re-enables v6, brings the link local back and adds optional <addr>
ok theo reyk
