firewall3: Improve ipset support
[project/firewall3.git] / options.h
index a75cfa3536714c919f9243176ad1f844870ffa0f..cffc01cc4f6f294b09a44bb456b961cf623a7266 100644 (file)
--- a/options.h
+++ b/options.h
@@ -501,6 +501,10 @@ struct fw3_ipset
        struct list_head list;
 
        bool enabled;
+       bool reload_set;
+       bool counters;
+       bool comment;
+
        const char *name;
        enum fw3_family family;