summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasomers <asomers@FreeBSD.org>2017-05-24 20:25:40 +0000
committerasomers <asomers@FreeBSD.org>2017-05-24 20:25:40 +0000
commit9c53a85fd3138705758a103e4243dba37ee7302c (patch)
tree6d9dd6825c4d080117517df7af3f9ea641768666
parentbadac6360cc8afebc01e1813e8913ad737c1016a (diff)
downloadFreeBSD-src-9c53a85fd3138705758a103e4243dba37ee7302c.zip
FreeBSD-src-9c53a85fd3138705758a103e4243dba37ee7302c.tar.gz
MFC r317715:
ifconfig displays ND6_IFF_NO_DAD as "IGNORELOOP" PR: 218958 Reviewed by: kristof Differential Revision: https://reviews.freebsd.org/D10543
-rw-r--r--sbin/ifconfig/af_nd6.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/ifconfig/af_nd6.c b/sbin/ifconfig/af_nd6.c
index dec9f19..68789ca 100644
--- a/sbin/ifconfig/af_nd6.c
+++ b/sbin/ifconfig/af_nd6.c
@@ -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 *);
OpenPOWER on IntegriCloud