zones: drop outgoing invalid traffic in masqueraded zones
[project/firewall3.git] / options.h
index 089242f..6edd174 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;