> Send those packets to the ULOG target when dropping them.
>
>
>
> From the ebtables manpage:
>
>
>
> ulog
>
>
>
> The ulog watcher passes the packet to a userspace logging daemon using
>
> netlink multicast sockets. This differs from the log watcher in the
>
> sense that the complete packet is sent to userspace instead of a
>
> descriptive text and that netlink multicast sockets are used instead
>
> of the syslog. This watcher enables parsing of packets with userspace
>
> programs
>
> (snip)
Mmh, ok, but from the userspace point of view, how can I get them ? A SOCK_RAW ?
JM