zones: add interface/subnet bound LOG rules
[project/firewall3.git] / options.h
index 5b2a769..08fecf6 100644 (file)
--- a/options.h
+++ b/options.h
@@ -289,6 +289,8 @@ struct fw3_defaults
 
        bool custom_chains;
        bool auto_helper;
+       bool flow_offloading;
+       bool flow_offloading_hw;
 
        bool disable_ipv6;
 
@@ -524,7 +526,7 @@ struct fw3_cthelper
        const char *module;
        const char *description;
        enum fw3_family family;
-       struct fw3_protocol proto;
+       struct list_head proto;
        struct fw3_port port;
 };