Aiee :)

        Hello!

        Ok, I fixed the problem (refer to my last posts, plz)

        After further investigation (simple, tho) I found that
        the real problem was using something like

                skb->dev->name as printk's parameter.
        
        skb is struct sk_buff * (and is a local to dis_output)

        That statement was called inside `dis_dump', that is 
        called by `dis_output' that is the registered function
        for the output direction of the firewall_ops stuff.

        (The problem was fixed using dev->name (passed to dis_output))  

        Now the question is: Why there was that problem using
        skb->dev->name ? 

Thx a lot.

bye bye

                        -- gg sullivan

        
-- 
Lorenzo Cavallaro       `Gigi Sullivan' <[EMAIL PROTECTED]>

Until I loved, life had no beauty;
I did not know I lived until I had loved. (Theodor Korner)
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to