netfilter: xtables: add device group match
authorPatrick McHardy <kaber@trash.net>
Wed, 2 Feb 2011 23:05:43 +0000 (00:05 +0100)
committerPatrick McHardy <kaber@trash.net>
Wed, 2 Feb 2011 23:05:43 +0000 (00:05 +0100)
commit9291747f118d6404e509747b85ff5f6dfec368d2
tree4ccb3988371f3dc75ade8427518986ad6890389c
parent5f52bc3cdd1bb2e12e61639df19d9dcd530c4568
netfilter: xtables: add device group match

Add a new 'devgroup' match to match on the device group of the
incoming and outgoing network device of a packet.

Signed-off-by: Patrick McHardy <kaber@trash.net>
include/linux/netfilter/Kbuild
include/linux/netfilter/xt_devgroup.h [new file with mode: 0644]
net/netfilter/Kconfig
net/netfilter/Makefile
net/netfilter/xt_devgroup.c [new file with mode: 0644]