Index: sys/netgraph/ng_bridge.c =================================================================== --- sys/netgraph/ng_bridge.c +++ sys/netgraph/ng_bridge.c @@ -315,6 +315,12 @@ * GB ethernets so it should be fixed. * When it's fixed the process SHOULD NOT SLEEP, spinlocks please! * (and atomic ops ) + * + * TODO: + * - revdata path works on const node data + * - modify the the host table via control messages only + * - stat used the counter framework + * - remove the WRITER limitation */ NG_NODE_FORCE_WRITER(node); NG_NODE_SET_PRIVATE(node, priv);