summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorasomers <asomers@FreeBSD.org>2017-05-30 22:44:05 +0000
committerasomers <asomers@FreeBSD.org>2017-05-30 22:44:05 +0000
commit1240fc6c944ddc260699dcc257a5ed861d3acc8f (patch)
treeb4847ac8cf3a4bf2e0b486175721ad419816dfd8 /sbin
parent99f9fa7988bbe51a2433629d4ae5f037fa4a5dd6 (diff)
downloadFreeBSD-src-1240fc6c944ddc260699dcc257a5ed861d3acc8f.zip
FreeBSD-src-1240fc6c944ddc260699dcc257a5ed861d3acc8f.tar.gz
MFC r317715:
ifconfig displays ND6_IFF_NO_DAD as "IGNORELOOP" PR: 218958 Reviewed by: kristof Differential Revision: https://reviews.freebsd.org/D10543
Diffstat (limited to 'sbin')
-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 ea1eaa0..7666b83 100644
--- a/sbin/ifconfig/af_nd6.c
+++ b/sbin/ifconfig/af_nd6.c
@@ -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 *);
OpenPOWER on IntegriCloud