zones: disable masq when resolving of all masq_src or masq_dest items failed
[project/firewall3.git] / forwards.c
2017-05-09 Pierre Lebleufirewall3: add UBUS support for forwarding sections
2017-05-09 Pierre Lebleufirewall3: check the return value of fw3_parse_options()
2016-11-29 Jo-Philipp Wichglobal: remove automatic notrack rules
2016-11-07 Jo-Philipp Wichforwards: properly propagate conntrack flag
2016-09-18 Florian Fainelliutils.h: Avoid name clashes for setbit/delbit/hasbit
2016-06-07 Jo-Philipp Wichtreewide: replace jow@openwrt.org with jo@mein.io
2016-01-24 Jo-Philipp WichUse xt_id match to track own rules
2014-06-30 Felix Fietkauuse calloc instead of malloc+memset
2013-05-17 Jo-Philipp WichDrop iptables-restore and create rules through libiptc...
2013-04-30 Jo-Philipp WichRemove unused "running" argument form fw3_lookup_zone()
2013-03-14 Jo-Philipp WichConsolidate and unify argument order for functions
2013-03-13 Jo-Philipp WichUnify fw3_default and fw3_target enums
2013-03-11 Jo-Philipp WichRework zone flush logic
2013-03-10 Jo-Philipp WichRemove src_flags and running_src_flags from fw3_zone...
2013-03-02 Jo-Philipp Wichintroduce support for enabled option in zones, forwards...
2013-02-27 Jo-Philipp Wichcosmetic change in printing of forward rules
2013-02-21 Jo-Philipp Wichunify object freeing
2013-02-21 Jo-Philipp Wichrework runtime state tracking
2013-02-19 Jo-Philipp Wichprint a notification if forwards are skipped due to...
2013-02-19 Jo-Philipp Wichrename flag fields in structures
2013-02-19 Jo-Philipp Wichproperly deal with only v4 or only v6 start/stop/restart
2013-02-18 Jo-Philipp Wichselectively delete chains in filter and nat tables
2013-02-17 Jo-Philipp Wichinitial commit