IFACE_PERMANENT interface flag in enumeration.

This commit is contained in:
Vladislav Grishenko
2013-08-19 16:07:07 +01:00
committed by Simon Kelley
parent 5c72bb9e33
commit 4568a6f842
3 changed files with 8 additions and 0 deletions

View File

@@ -400,6 +400,7 @@ union mysockaddr {
/* bits in flag param to IPv6 callbacks from iface_enumerate() */
#define IFACE_TENTATIVE 1
#define IFACE_DEPRECATED 2
#define IFACE_PERMANENT 4
#define SERV_FROM_RESOLV 1 /* 1 for servers from resolv, 0 for command line. */