output IFF_LINK, IFF_AUTO_CONFIGURED and IFF_CONFIGURING flags
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20550 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -269,6 +269,9 @@ list_interface(int socket, const char* name)
|
|||||||
{IFF_PROMISC, "promiscuous"},
|
{IFF_PROMISC, "promiscuous"},
|
||||||
{IFF_ALLMULTI, "allmulti"},
|
{IFF_ALLMULTI, "allmulti"},
|
||||||
{IFF_AUTOUP, "autoup"},
|
{IFF_AUTOUP, "autoup"},
|
||||||
|
{IFF_LINK, "link"},
|
||||||
|
{IFF_AUTO_CONFIGURED, "auto-configure"},
|
||||||
|
{IFF_CONFIGURING, "configuring"},
|
||||||
};
|
};
|
||||||
bool first = true;
|
bool first = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user