firewall3: add UBUS support for redirect sections
[project/firewall3.git] / options.h
index 307c5af..6edd174 100644 (file)
--- a/options.h
+++ b/options.h
@@ -304,10 +304,10 @@ struct fw3_zone
        const char *extra_dest;
 
        bool masq;
+       bool masq_allow_invalid;
        struct list_head masq_src;
        struct list_head masq_dest;
 
-       bool conntrack;
        bool mtu_fix;
 
        bool log;