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:
Hugo Santos 2007-04-15 21:00:32 +00:00
parent 624c52d8b7
commit f106e0650e
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ list_entry(arp_control &control)
{ARP_FLAG_LOCAL, "local"},
{ARP_FLAG_PUBLISH, "publish"},
{ARP_FLAG_REJECT, "reject"},
{ARP_FLAG_VALID, "valid"},
};
bool first = true;