summaryrefslogtreecommitdiff
path: root/forwards.c
Commit message (Expand)AuthorAgeFilesLines
* Reword rule commentsJo-Philipp Wich2018-03-131-1/+1
* firewall3: add UBUS support for forwarding sectionsPierre Lebleu2017-05-091-39/+80
* firewall3: check the return value of fw3_parse_options()Pierre Lebleu2017-05-091-1/+2
* global: remove automatic notrack rulesJo-Philipp Wich2016-11-291-22/+6
* forwards: properly propagate conntrack flagJo-Philipp Wich2016-11-071-11/+24
* utils.h: Avoid name clashes for setbit/delbit/hasbitFlorian Fainelli2016-09-181-2/+2
* treewide: replace jow@openwrt.org with jo@mein.ioJo-Philipp Wich2016-06-071-1/+1
* Use xt_id match to track own rulesJo-Philipp Wich2016-01-241-1/+1
* use calloc instead of malloc+memsetFelix Fietkau2014-06-301-4/+1
* Drop iptables-restore and create rules through libiptc and libxtablesJo-Philipp Wich2013-05-171-18/+18
* Remove unused "running" argument form fw3_lookup_zone()Jo-Philipp Wich2013-04-301-2/+2
* Consolidate and unify argument order for functionsJo-Philipp Wich2013-03-141-5/+5
* Unify fw3_default and fw3_target enumsJo-Philipp Wich2013-03-131-2/+2
* Rework zone flush logicJo-Philipp Wich2013-03-111-1/+3
* Remove src_flags and running_src_flags from fw3_zone struct, rename dst_flags...Jo-Philipp Wich2013-03-101-1/+1
* introduce support for enabled option in zones, forwards, rules, redirects, ip...Jo-Philipp Wich2013-03-021-0/+10
* cosmetic change in printing of forward rulesJo-Philipp Wich2013-02-271-4/+1
* unify object freeingJo-Philipp Wich2013-02-211-2/+4
* rework runtime state trackingJo-Philipp Wich2013-02-211-2/+2
* print a notification if forwards are skipped due to zone family mismatchJo-Philipp Wich2013-02-201-3/+8
* rename flag fields in structuresJo-Philipp Wich2013-02-191-1/+1
* properly deal with only v4 or only v6 start/stop/restartJo-Philipp Wich2013-02-191-1/+1
* selectively delete chains in filter and nat tablesJo-Philipp Wich2013-02-181-1/+1
* initial commitJo-Philipp Wich2013-02-171-0/+146