Re: netgraph modules won't unload after use

2009-03-28 Thread Ermal Luçi
On Sat, Mar 28, 2009 at 8:10 PM, Ermal Luçi wrote: > On Wed, Mar 18, 2009 at 5:16 PM, Julian Elischer wrote: >> Ash Gokhale wrote: >>> >>>  I'm developing a kernel module that will be doing inspection and needed >>> access to raw network frames, >>>  so I turned to netgraph  as the solution.Howev

Re: netgraph modules won't unload after use

2009-03-28 Thread Ermal Luçi
On Wed, Mar 18, 2009 at 5:16 PM, Julian Elischer wrote: > Ash Gokhale wrote: >> >>  I'm developing a kernel module that will be doing inspection and needed >> access to raw network frames, >>  so I turned to netgraph  as the solution.However it seems that netgraph >> will not permit a module >>  t

netgraph modules won't unload after use

2009-03-27 Thread Ash Gokhale
I'm developing a kernel module that will be doing inspection and needed access to raw network frames, But the module will never unload: ( but the UNLOAD and QUIESE event handlers are invoked) > #make unload:ro:~/tmp/ > food.ko:3:14:28:31 > /sbin/kldunloa

netgraph modules won't unload after use

2009-03-23 Thread Ash Gokhale
minimal module demonstrates the trouble, I'd appreciate it if some sage could say "there's your trouble" http://pastebin.com/m31b6ece6 netgraph modules won't unload after use Julian Elischer julian at elischer.org Wed Mar 18 09:16:15 PDT 2009 * Previous message:

Re: netgraph modules won't unload after use

2009-03-18 Thread Julian Elischer
Ash Gokhale wrote: I'm developing a kernel module that will be doing inspection and needed access to raw network frames, so I turned to netgraph as the solution.However it seems that netgraph will not permit a module to unload once it's participated in a mkpeer/connect operation. Rebooting

netgraph modules won't unload after use

2009-03-17 Thread Ash Gokhale
I'm developing a kernel module that will be doing inspection and needed access to raw network frames, so I turned to netgraph as the solution.However it seems that netgraph will not permit a module to unload once it's participated in a mkpeer/connect operation. Rebooting to remove a modul