X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=options.h;h=6edd174819b59aa8ef82b1907892b823a7e4dc97;hb=6039c7f4b0052c4da21520cdd604f04a5a67f50d;hp=a2baccec8fc6309d71c0610ee356dad3b7c7fbb9;hpb=1d0bd45db042c9dd916f15a5f4e3e5a2f63d0616;p=project%2Ffirewall3.git diff --git a/options.h b/options.h index a2bacce..6edd174 100644 --- a/options.h +++ b/options.h @@ -1,7 +1,7 @@ /* * firewall3 - 3rd OpenWrt UCI firewall implementation * - * Copyright (C) 2013-2014 Jo-Philipp Wich + * Copyright (C) 2013-2014 Jo-Philipp Wich * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -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;