From dfc0ed16992e4610a2128ae8a14b7b51c4ceeab5 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 22 May 2015 20:18:09 +0200 Subject: [PATCH] iptables: initialize multiport match Signed-off-by: Jo-Philipp Wich --- iptables.h | 1 + 1 file changed, 1 insertion(+) 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) \ -- 2.11.0