Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2017 21:17:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 218958] ifconfig displays ND6_IFF_NO_DAD as "IGNORELOOP"
Message-ID:  <bug-218958-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218958

            Bug ID: 218958
           Summary: ifconfig displays ND6_IFF_NO_DAD as "IGNORELOOP"
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: asomers@FreeBSD.org

svn r279676 introduced ND6_IFF_NO_DAD and ND6_IFF_IGNORELOOP, including support
for displaying these flags in ifconfig.  svn r282805 removed ND6_IFF_IGNORELOOP
and renumbered ND6_IFF_NO_DAD, but did not update the display code in ifconfig.
 Now, if an interface has ND6_IFF_NO_DAD set, ifconfig will display it as
"IGNORELOOP".  For example:

> sudo ifconfig lo1 inet6 no_dad
> ifconfig lo1
lo1: flags=8008<LOOPBACK,MULTICAST> metric 0 mtu 16384
        options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
        nd6 options=129<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL,IGNORELOOP>
        groups: lo

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218958-8>