Remove src_flags and running_src_flags from fw3_zone struct, rename dst_flags and...
[project/firewall3.git] / options.h
index 202cd06..0bfb3e8 100644 (file)
--- a/options.h
+++ b/options.h
@@ -279,11 +279,8 @@ struct fw3_zone
 
        bool custom_chains;
 
-       uint32_t src_flags;
-       uint32_t dst_flags;
-
-       uint32_t running_src_flags;
-       uint32_t running_dst_flags;
+       uint32_t flags;
+       uint32_t running_flags;
 };
 
 struct fw3_rule