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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to