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
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
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
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:
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
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