git: netinet6: Add per-interface flag ND6_IFF_NO_DAD flag to disable DAD
Aaron LI
aly at crater.dragonflybsd.org
Sun Mar 3 00:50:51 PST 2024
commit e8e97246b8efd52ab0c76db0b8f59609d0004211
Author: Aaron LI <aly at aaronly.me>
Date: Sun Mar 3 00:04:34 2024 +0800
netinet6: Add per-interface flag ND6_IFF_NO_DAD flag to disable DAD
An interface that has no link-local address should also have DAD
disabled. So this flag is generally set for an interface that has the
ND6_IFF_AUTO_LINKLOCAL flag cleared.
Derived from FreeBSD.
Summary of changes:
sys/netinet6/in6.c | 3 +++
sys/netinet6/nd6.h | 1 +
sys/netinet6/nd6_nbr.c | 8 ++++----
3 files changed, 8 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e8e97246b8efd52ab0c76db0b8f59609d0004211
--
DragonFly BSD source repository
More information about the Commits
mailing list