CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/04/06 08:12:10
Modified files:
sbin/ifconfig : ifconfig.8 ifconfig.c
sys/net : if.h
sys/netinet6 : in6.h in6_ifattach.c in6_var.h nd6.h nd6_rtr.c
Log message:
Simple implementation of RFC4941, "Privacy Extensions for Stateless
Address Autoconfiguration in IPv6". For those among us who are paranoid
about broadcasting their MAC address to the IPv6 internet.
Man page help from jmc, testing by weerd, arc4random API hints from djm.
ok deraadt, claudio