X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=options.h;h=08fecf61e33df60740b3f783bc1c5d917e19684e;hb=HEAD;hp=dcce64425b96ab715f2e829c59ff83f28e366e13;hpb=c1a295a500f0d113bacc5455af6444eb18cb482f;p=project%2Ffirewall3.git diff --git a/options.h b/options.h index dcce644..08fecf6 100644 --- a/options.h +++ b/options.h @@ -290,6 +290,7 @@ struct fw3_defaults bool custom_chains; bool auto_helper; bool flow_offloading; + bool flow_offloading_hw; bool disable_ipv6; @@ -525,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; };