print the new 'active' flag in arp entries
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20713 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -170,6 +170,7 @@ list_entry(arp_control &control)
|
|||||||
{ARP_FLAG_LOCAL, "local"},
|
{ARP_FLAG_LOCAL, "local"},
|
||||||
{ARP_FLAG_PUBLISH, "publish"},
|
{ARP_FLAG_PUBLISH, "publish"},
|
||||||
{ARP_FLAG_REJECT, "reject"},
|
{ARP_FLAG_REJECT, "reject"},
|
||||||
|
{ARP_FLAG_VALID, "valid"},
|
||||||
};
|
};
|
||||||
bool first = true;
|
bool first = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user