summaryrefslogtreecommitdiff
path: root/iptables.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-05-22 20:18:09 +0200
committerJo-Philipp Wich <jow@openwrt.org>2015-05-22 20:18:09 +0200
commitdfc0ed16992e4610a2128ae8a14b7b51c4ceeab5 (patch)
tree269cbe9fd38a8e01b8596ab300f5f9bcf86e1191 /iptables.h
parent74b8ac78d879375f18755904ff0deab6c060d905 (diff)
downloadfirewall3-dfc0ed16992e4610a2128ae8a14b7b51c4ceeab5.tar.gz
iptables: initialize multiport match
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'iptables.h')
-rw-r--r--iptables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/iptables.h b/iptables.h
index 872ee33..61a292e 100644
--- a/iptables.h
+++ b/iptables.h
@@ -49,6 +49,7 @@
__ipt_module(connlimit) \
__ipt_module(mac) \
__ipt_module(mark) \
+ __ipt_module(multiport) \
__ipt_module(set) \
__ipt_module(standard) \
__ipt_module(tcp) \