]> git.baikalelectronics.ru Git - kernel.git/commit
[NETFILTER]: bridge: add ebt_nflog watcher
authorPeter Warasin <peter@endian.com>
Mon, 14 Apr 2008 09:15:54 +0000 (11:15 +0200)
committerPatrick McHardy <kaber@trash.net>
Mon, 14 Apr 2008 09:15:54 +0000 (11:15 +0200)
commit8b0071049048cdd3067e4c4dcf9bffadb2d4e47e
tree3162f621a6a17b5d80e4419a9dae031c0b93fec9
parent3481b6860a22e0e0f6ec14bae53874b02f1168aa
[NETFILTER]: bridge: add ebt_nflog watcher

This patch adds the ebtables nflog watcher to the kernel in order to
allow ebtables log through the nfnetlink_log backend.

Signed-off-by: Peter Warasin <peter@endian.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
include/linux/netfilter_bridge/ebt_nflog.h [new file with mode: 0644]
net/bridge/netfilter/Kconfig
net/bridge/netfilter/Makefile
net/bridge/netfilter/ebt_nflog.c [new file with mode: 0644]