zones: drop outgoing invalid traffic in masqueraded zones
[project/firewall3.git] / options.h
index 089242fdb7c7d70d9808c7ea08201df447935c9b..6edd174819b59aa8ef82b1907892b823a7e4dc97 100644 (file)
--- a/options.h
+++ b/options.h
@@ -304,6 +304,7 @@ struct fw3_zone
        const char *extra_dest;
 
        bool masq;
+       bool masq_allow_invalid;
        struct list_head masq_src;
        struct list_head masq_dest;