[Bug 218958] ifconfig displays ND6_IFF_NO_DAD as "IGNORELOOP"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Apr 29 21:17:34 UTC 2017


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 at FreeBSD.org
          Reporter: asomers at 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.


More information about the freebsd-bugs mailing list