]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit - sbin/ifconfig/ifconfig.8
MFC r261708, r261847, r268525, r274316, r274347, r275593,
authorhiren <hiren@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 8 May 2015 08:35:06 +0000 (08:35 +0000)
committerhiren <hiren@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 8 May 2015 08:35:06 +0000 (08:35 +0000)
commit36585b5662f434aefc7d52793679791f0ad73a3e
tree98338e19060cb1c8b08af2b15efd776dbe4afa7a
parentf1bf83b7b7b4f58393e69ec3e37293c7c4624d5a
MFC r261708, r261847, r268525, r274316, r274347, r275593,
    r276844, r276847, r279531, r279559, r279564, r279676

A bunch of IPv6 fixes by melifaro, hrs and ae

Major changes:
Simplify nd6_output_lle()
Add refcounting to DAD and fix races and other errors
Implement Enhanced DAD algorithm for IPv6

Suggested by:  ae
Tested by:  Jason Wolfe <j at nitrology.com>
Sponsored by: Limelight Networks

git-svn-id: svn://svn.freebsd.org/base/stable/10@282622 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sbin/ifconfig/af_inet6.c
sbin/ifconfig/af_nd6.c
sbin/ifconfig/ifconfig.8
sys/netinet/icmp6.h
sys/netinet6/in6.c
sys/netinet6/nd6.c
sys/netinet6/nd6.h
sys/netinet6/nd6_nbr.c