iptables: add support for version 1.6.0
[project/firewall3.git] / iptables.h
index 892a0d4..bcd302d 100644 (file)
@@ -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"