Gleb Smirnoff c1b90938b1 Now fix functionality of 'netstat -f netgraph' that hasn't worked
starting from netgraph import in 1999.

netstat(8) used pointer to node as node address, oops. That didn't
work, we need the node ID in brackets to successfully address a node.
We can't look into ng_node, due to inability to include netgraph/netgraph.h
in userland code. So let the node make a hint for a userland, storing
the node ID in its private data.

MFC after:	2 weeks
2010-03-12 15:04:59 +00:00
..
2008-09-03 18:17:45 +00:00
2009-03-03 18:47:33 +00:00
2009-03-03 18:47:33 +00:00
2009-10-24 18:49:17 +00:00