ifconfig displays ND6_IFF_NO_DAD as "IGNORELOOP"
PR: 218958 Reviewed by: kristof MFC after: 3 weeks Differential Revision: https://reviews.freebsd.org/D10543
This commit is contained in:
parent
f55b9be8d9
commit
1d57432685
@ -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 *);
|
||||
|
Loading…
Reference in New Issue
Block a user