svn commit: r317715 - head/sbin/ifconfig

Alan Somers asomers at FreeBSD.org
Wed May 3 01:46:40 UTC 2017


Author: asomers
Date: Wed May  3 01:46:39 2017
New Revision: 317715
URL: https://svnweb.freebsd.org/changeset/base/317715

Log:
  ifconfig displays ND6_IFF_NO_DAD as "IGNORELOOP"
  
  PR:		218958
  Reviewed by:	kristof
  MFC after:	3 weeks
  Differential Revision:	https://reviews.freebsd.org/D10543

Modified:
  head/sbin/ifconfig/af_nd6.c

Modified: head/sbin/ifconfig/af_nd6.c
==============================================================================
--- head/sbin/ifconfig/af_nd6.c	Wed May  3 01:06:56 2017	(r317714)
+++ head/sbin/ifconfig/af_nd6.c	Wed May  3 01:46:39 2017	(r317715)
@@ -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 *);


More information about the svn-src-head mailing list