svn commit: r319264 - stable/10/sbin/ifconfig

Alan Somers asomers at FreeBSD.org
Tue May 30 22:44:07 UTC 2017


Author: asomers
Date: Tue May 30 22:44:05 2017
New Revision: 319264
URL: https://svnweb.freebsd.org/changeset/base/319264

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/10/sbin/ifconfig/af_nd6.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/ifconfig/af_nd6.c
==============================================================================
--- stable/10/sbin/ifconfig/af_nd6.c	Tue May 30 22:43:08 2017	(r319263)
+++ stable/10/sbin/ifconfig/af_nd6.c	Tue May 30 22:44:05 2017	(r319264)
@@ -58,8 +58,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-stable mailing list