X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=options.h;h=c4d94d260297239cc398040334af8d79d256f889;hp=10546585845f7620aa29cf2348c7850a4cc15f57;hb=54c0625e83a5ddf77e1753885c96f488ba38f78a;hpb=9d72f0ecb589960bfe21751fbef470116c041a3d diff --git a/options.h b/options.h index 1054658..c4d94d2 100644 --- 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 @@ -398,6 +399,7 @@ struct fw3_ipset const char *external; uint32_t flags; + uint32_t running_flags; }; struct fw3_include @@ -424,7 +426,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;