Get rid of redundant fw3_defaults object, instead add a running_flags bitfield to...
[project/firewall3.git] / options.h
index 10546585845f7620aa29cf2348c7850a4cc15f57..e731eefff4d430cab63cfd7458f55ee51316307c 100644 (file)
--- a/options.h
+++ b/options.h
@@ -240,6 +240,7 @@ struct fw3_defaults
        bool disable_ipv6;
 
        uint32_t flags;
+       uint32_t running_flags;
 };
 
 struct fw3_zone
@@ -424,7 +425,6 @@ struct fw3_state
        struct list_head ipsets;
        struct list_head includes;
 
-       struct fw3_defaults running_defaults;
        struct list_head running_zones;
        struct list_head running_ipsets;