diff options
author | Patrick McHardy <kaber@trash.net> | 2011-02-03 00:05:43 +0100 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2011-02-03 00:05:43 +0100 |
commit | 9291747f118d6404e509747b85ff5f6dfec368d2 (patch) | |
tree | 4ccb3988371f3dc75ade8427518986ad6890389c /net/netfilter/Makefile | |
parent | 5f52bc3cdd1bb2e12e61639df19d9dcd530c4568 (diff) | |
download | talos-obmc-linux-9291747f118d6404e509747b85ff5f6dfec368d2.tar.gz talos-obmc-linux-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 'net/netfilter/Makefile')
-rw-r--r-- | net/netfilter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/Makefile b/net/netfilter/Makefile index 1148643559cb..d57a890eaee5 100644 --- a/net/netfilter/Makefile +++ b/net/netfilter/Makefile @@ -77,6 +77,7 @@ obj-$(CONFIG_NETFILTER_XT_MATCH_CONNLIMIT) += xt_connlimit.o obj-$(CONFIG_NETFILTER_XT_MATCH_CONNTRACK) += xt_conntrack.o obj-$(CONFIG_NETFILTER_XT_MATCH_CPU) += xt_cpu.o obj-$(CONFIG_NETFILTER_XT_MATCH_DCCP) += xt_dccp.o +obj-$(CONFIG_NETFILTER_XT_MATCH_DEVGROUP) += xt_devgroup.o obj-$(CONFIG_NETFILTER_XT_MATCH_DSCP) += xt_dscp.o obj-$(CONFIG_NETFILTER_XT_MATCH_ESP) += xt_esp.o obj-$(CONFIG_NETFILTER_XT_MATCH_HASHLIMIT) += xt_hashlimit.o |