K 10 svn:author V 2 ru K 8 svn:date V 27 2005-02-12T12:04:10.000000Z K 7 svn:log V 297 Two problems here: 1. Dependency on netgraph module was broken (wrong version). 2. Netgraph node type was never destroyed on unload. This was masked by problem #1. Fixed both by using NETGRAPH_INIT(). Now netgraph node type is created on module load, as in the rest of netgraph modules. END