[NETFILTER]: add correct bridging support to nfnetlink_{queue,log}
authorHarald Welte <laforge@netfilter.org>
Wed, 10 Aug 2005 03:22:10 +0000 (20:22 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 22:51:15 +0000 (15:51 -0700)
commitfbcd923c3e0c8ec9e4ed64f5a4e5766807b32729
tree68aa12364efe574d3c8fa667ad088c8746843a5d
parentf6ebe77f955d77a988ce726f0818ec0103b11323
[NETFILTER]: add correct bridging support to nfnetlink_{queue,log}

This patch adds support for passing the real 'physical' device ifindex
down to userspace via nfnetlink_log and nfnetlink_queue.

This feature basically obsoletes net/bridge/netfilter/ebt_ulog.c, and
it is likely ebt_ulog.c will die with one of the next couple of
patches.

Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter/nfnetlink_log.h
include/linux/netfilter/nfnetlink_queue.h
net/netfilter/nfnetlink_log.c
net/netfilter/nfnetlink_queue.c