aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/Kbuild
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 /include/linux/netfilter/Kbuild
parentnetfilter: ipset: send error message manually (diff)
downloadlinux-dev-9291747f118d6404e509747b85ff5f6dfec368d2.tar.xz
linux-dev-9291747f118d6404e509747b85ff5f6dfec368d2.zip
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 'include/linux/netfilter/Kbuild')
-rw-r--r--include/linux/netfilter/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netfilter/Kbuild b/include/linux/netfilter/Kbuild
index ba19544cce94..15e83bf3dd58 100644
--- a/include/linux/netfilter/Kbuild
+++ b/include/linux/netfilter/Kbuild
@@ -37,6 +37,7 @@ header-y += xt_connmark.h
header-y += xt_conntrack.h
header-y += xt_cpu.h
header-y += xt_dccp.h
+header-y += xt_devgroup.h
header-y += xt_dscp.h
header-y += xt_esp.h
header-y += xt_hashlimit.h