Author: asomers Date: Wed May 24 20:25:40 2017 New Revision: 318807 URL: https://svnweb.freebsd.org/changeset/base/318807
Log: MFC r317715: ifconfig displays ND6_IFF_NO_DAD as "IGNORELOOP" PR: 218958 Reviewed by: kristof Differential Revision: https://reviews.freebsd.org/D10543 Modified: stable/11/sbin/ifconfig/af_nd6.c Directory Properties: stable/11/ (props changed) Modified: stable/11/sbin/ifconfig/af_nd6.c ============================================================================== --- stable/11/sbin/ifconfig/af_nd6.c Wed May 24 20:13:49 2017 (r318806) +++ stable/11/sbin/ifconfig/af_nd6.c Wed May 24 20:25:40 2017 (r318807) @@ -57,8 +57,7 @@ static const char rcsid[] = #define MAX_SYSCTL_TRY 5 #define ND6BITS "\020\001PERFORMNUD\002ACCEPT_RTADV\003PREFER_SOURCE" \ "\004IFDISABLED\005DONT_SET_IFROUTE\006AUTO_LINKLOCAL" \ - "\007NO_RADR\010NO_PREFER_IFACE\011IGNORELOOP\012NO_DAD" \ - "\020DEFAULTIF" + "\007NO_RADR\010NO_PREFER_IFACE\011NO_DAD\020DEFAULTIF" static int isnd6defif(int); void setnd6flags(const char *, int, int, const struct afswtch *); _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
