utils: replace sprintf use with snprintf to avoid overflows
[project/firewall3.git] / options.h
index 307c5afb198c80f7d5ae1f5ebde3580f620e9a31..6edd174819b59aa8ef82b1907892b823a7e4dc97 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;