git: stf(4): Set ND6 flags to disable auto link-local and DAD

Aaron LI aly at crater.dragonflybsd.org
Sun Mar 3 00:50:52 PST 2024


commit f9be6a1c4372e5478b9edf63d084df95bf407014
Author: Aaron LI <aly at aaronly.me>
Date:   Sun Mar 3 16:18:03 2024 +0800

    stf(4): Set ND6 flags to disable auto link-local and DAD
    
    Clear the 'ND6_IFF_AUTO_LINKLOCAL' flag and set the 'ND6_IFF_NO_DAD'
    flag for the stf(4) interface after if_attach().  In this way, the
    quirks in in6_ifattach() is removed.

Summary of changes:
 sys/net/stf/if_stf.c        | 10 ++++++++++
 sys/netinet6/in6.c          |  5 +----
 sys/netinet6/in6_ifattach.c | 22 ----------------------
 3 files changed, 11 insertions(+), 26 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f9be6a1c4372e5478b9edf63d084df95bf407014


-- 
DragonFly BSD source repository


More information about the Commits mailing list