summaryrefslogtreecommitdiff
path: root/iptables.h
diff options
context:
space:
mode:
authorRalph Sennhauser <ralph.sennhauser@gmail.com>2016-11-04 14:41:10 +0100
committerJo-Philipp Wich <jo@mein.io>2016-11-04 14:43:56 +0100
commitdd013720b42d6df91176dc9e87f815dcd5d69519 (patch)
tree42ab1506205f80ff7833626476dd8c8db05b1dc0 /iptables.h
parent097282eace13feb4a115b55d497588bf2b550f62 (diff)
downloadfirewall3-dd013720b42d6df91176dc9e87f815dcd5d69519.tar.gz
iptables: add support for version 1.6.0
Account for the struct xtables_globals change and add API version 11 to the supported APIs. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
Diffstat (limited to 'iptables.h')
-rw-r--r--iptables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables.h b/iptables.h
index 892a0d4..bcd302d 100644
--- a/iptables.h
+++ b/iptables.h
@@ -34,7 +34,7 @@
#define FW3_ID_MASK 0xffffff00
/* xtables interface */
-#if (XTABLES_VERSION_CODE == 10)
+#if (XTABLES_VERSION_CODE == 10 || XTABLES_VERSION_CODE == 11)
# include "xtables-10.h"
#elif (XTABLES_VERSION_CODE == 5)
# include "xtables-5.h"