svn commit: r318807 - stable/11/sbin/ifconfig

Alan Somers asomers at FreeBSD.org
Wed May 24 20:25:41 UTC 2017


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 *);


More information about the svn-src-all mailing list