David Miller <[EMAIL PROTECTED]> writes:

> From: Samir Bellabes <[EMAIL PROTECTED]>
> Date: Mon, 02 Oct 2006 08:11:06 +0200
>
>> This patch adds a connector which reports networking's events to
>> userspace. It's sending events when a sock has its sk_state changed to :
>>   - LISTEN or CLOSE for DCCP and TCP
>>   - BIND or CLOSE for UDP.
>> 
> You can do this with the security layer, netfilter's ULOG, or even
> the netfilter connection tracking netlink sockets.
>
> That's 3 facilities by which you can accomplish this, and if none
> of them are perfect, add the small modifications you need to one
> of them to make them usable for your task.
>
> It makes no sense to add new facilities just for this.

I see, i will look futher the netfilter conntrack netlink sockets in
order to merge my code into it.
thanks for comments.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to