Treat redirects as port redirections if the specified dest_ip belongs to the router...
[project/firewall3.git] / redirects.c
2013-07-16 Jo-Philipp WichTreat redirects as port redirections if the specified...
2013-06-06 Jo-Philipp WichFix endian issue in compare_addr(), solves auto detecti...
2013-06-06 Jo-Philipp WichImplement limit and limit_burst options for rules.
2013-06-05 Jo-Philipp WichExtend ipset option syntax to support specifying direct...
2013-05-26 Jo-Philipp WichOnly emit different ip family warnings if the ip wasn...
2013-05-26 Jo-Philipp WichChange wording of inferred destination warning for...
2013-05-26 Jo-Philipp WichInfer destination zone of DNAT redirects from dest_ip...
2013-05-26 Jo-Philipp WichRemove fw3_ubus_address_free() and use fw3_free_list...
2013-05-25 Jo-Philipp WichAllow devices for src_ip, src_dip and dest_ip options
2013-05-17 Jo-Philipp WichDrop iptables-restore and create rules through libiptc...
2013-05-02 Jo-Philipp WichSimplify ipset external checks and optionally initializ...
2013-05-02 Jo-Philipp WichCheck whether ipset exists before referencing it in...
2013-04-30 Jo-Philipp WichRemove unused "running" argument form fw3_lookup_ipset()
2013-04-30 Jo-Philipp WichRemove unused "running" argument form fw3_lookup_zone()
2013-04-09 Jo-Philipp WichAdd support for fwmark matches and targets
2013-03-22 Jo-Philipp WichIncrease compatibility to old firewall by initializing...
2013-03-21 Jo-Philipp WichFix DNAT port remapping rules by not emitting 0.0.0...
2013-03-18 Jo-Philipp WichDo not accept option src_mac for SNAT rules
2013-03-14 Jo-Philipp WichConsolidate and unify argument order for functions
2013-03-13 Jo-Philipp WichMake nat reflection src address configurable by introdu...
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-21 Jo-Philipp Wichadd time match support
2013-02-21 Jo-Philipp Wichunify object freeing
2013-02-21 Jo-Philipp Wichrework runtime state tracking
2013-02-19 Jo-Philipp Wichtrack used family for ipsets
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