X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=options.h;h=6edd174819b59aa8ef82b1907892b823a7e4dc97;hb=0a7d36d8cf56f160b531f3db9f045e3f9315dd15;hp=6c9c0b22c7d902a6d1d31e6c68b4627b736bda93;hpb=be8ead27f625b3e4ed383f270dcfee2d158231ec;p=project%2Ffirewall3.git diff --git a/options.h b/options.h index 6c9c0b2..6edd174 100644 --- a/options.h +++ b/options.h @@ -32,6 +32,8 @@ #include #include #include +#define _LINUX_IN_H +#define _LINUX_IN6_H #include #include @@ -302,10 +304,10 @@ struct fw3_zone const char *extra_dest; bool masq; + bool masq_allow_invalid; struct list_head masq_src; struct list_head masq_dest; - bool conntrack; bool mtu_fix; bool log;