aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/Kconfig
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2011-02-03 00:05:43 +0100
committerPatrick McHardy <kaber@trash.net>2011-02-03 00:05:43 +0100
commit9291747f118d6404e509747b85ff5f6dfec368d2 (patch)
tree4ccb3988371f3dc75ade8427518986ad6890389c /net/netfilter/Kconfig
parent5f52bc3cdd1bb2e12e61639df19d9dcd530c4568 (diff)
downloadkernel_samsung_smdk4412-9291747f118d6404e509747b85ff5f6dfec368d2.zip
kernel_samsung_smdk4412-9291747f118d6404e509747b85ff5f6dfec368d2.tar.gz
kernel_samsung_smdk4412-9291747f118d6404e509747b85ff5f6dfec368d2.tar.bz2
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>
Diffstat (limited to 'net/netfilter/Kconfig')
-rw-r--r--net/netfilter/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig
index 06fa9e4..82a6e0d 100644
--- a/net/netfilter/Kconfig
+++ b/net/netfilter/Kconfig
@@ -738,6 +738,15 @@ config NETFILTER_XT_MATCH_DCCP
If you want to compile it as a module, say M here and read
<file:Documentation/kbuild/modules.txt>. If unsure, say `N'.
+config NETFILTER_XT_MATCH_DEVGROUP
+ tristate '"devgroup" match support'
+ depends on NETFILTER_ADVANCED
+ help
+ This options adds a `devgroup' match, which allows to match on the
+ device group a network device is assigned to.
+
+ To compile it as a module, choose M here. If unsure, say N.
+
config NETFILTER_XT_MATCH_DSCP
tristate '"dscp" and "tos" match support'
depends on NETFILTER_ADVANCED