summaryrefslogtreecommitdiff
path: root/options.h
Commit message (Expand)AuthorAgeFilesLines
* redurects: add support to define multiple zones for dnat reflection rulesAnton Engelhardt2020-03-161-0/+1
* firewall3: Improve ipset supportKristian Evensen2019-08-161-0/+4
* Add support for DSCP matches and targetJo-Philipp Wich2018-08-031-11/+22
* firewall3: make reject types selectable by userAlin Nastac2018-07-161-0/+12
* helpers: make the proto field as a list rather than one optionPierre Lebleu2018-05-141-1/+1
* defaults: add support for setting --hw on the xt_FLOWOFFLOAD ruleFelix Fietkau2018-04-051-0/+1
* defaults: add support for xt_FLOWOFFLOAD ruleJo-Philipp Wich2018-03-131-0/+1
* ipsets: add support for specifying entriesJo-Philipp Wich2018-03-101-0/+10
* zones: allow per-table log controlStijn Tintel2018-02-261-1/+1
* helpers: implement explicit CT helper assignment supportJo-Philipp Wich2018-02-201-12/+46
* zones: drop outgoing invalid traffic in masqueraded zonesJo-Philipp Wich2017-04-271-0/+1
* global: remove automatic notrack rulesJo-Philipp Wich2016-11-291-1/+0
* musl-compat: avoid kernel header conflictsRalph Sennhauser2016-11-061-0/+2
* treewide: replace jow@openwrt.org with jo@mein.ioJo-Philipp Wich2016-06-071-1/+1
* ubus: print rule name when reporting errorsJo-Philipp Wich2015-04-181-1/+1
* Selectively flush conntrackJo-Philipp Wich2014-08-111-0/+2
* Use netmasks instead of prefix lengths internallyJo-Philipp Wich2014-07-191-3/+2
* Add support for netifd-generated rulesSteven Barth2014-04-141-0/+3
* Add support for device and direction parametersSteven Barth2014-04-141-0/+5
* snat: add support for connlimiting port-range SNATSteven Barth2014-04-141-0/+1
* Initial support for "config nat" rules - this allows configuring zone-indepen...Jo-Philipp Wich2014-04-061-9/+45
* Treat option tcp_ecn as integer, not boolJo-Philipp Wich2013-12-171-1/+1
* Change fw3_parse_options() to indicate whether all options where parsed succe...Jo-Philipp Wich2013-11-181-1/+1
* Treat redirects as port redirections if the specified dest_ip belongs to the ...Jo-Philipp Wich2013-07-161-0/+1
* Implement limit and limit_burst options for rules.Jo-Philipp Wich2013-06-061-0/+1
* Extend ipset option syntax to support specifying directions inplace.Jo-Philipp Wich2013-06-051-7/+13
* Mark fw3_address objects that got resolved by fw3_parse_network()Jo-Philipp Wich2013-05-261-0/+1
* Rename struct fw3_rule_spec to struct fw3_chain_spec and move the declaration...Jo-Philipp Wich2013-05-171-0/+7
* Remove now unused fw3_format_*() functionsJo-Philipp Wich2013-05-171-16/+0
* Drop iptables-restore and create rules through libiptc and libxtablesJo-Philipp Wich2013-05-171-0/+5
* Record device-network relation in state file, fix zone hotplug eventsJo-Philipp Wich2013-05-021-1/+1
* Store ipset storage method and matches in state file, keep iprange and ports ...Jo-Philipp Wich2013-04-301-0/+8
* Add common fw3_address_to_string() helper functionJo-Philipp Wich2013-04-301-0/+3
* Remove referenced to unused FW3_FLAG_DELETED flagJo-Philipp Wich2013-04-301-1/+0
* Split runtime and config states, store runtime state in UCI formatJo-Philipp Wich2013-04-301-9/+0
* Add support for fwmark matches and targetsJo-Philipp Wich2013-04-091-11/+26
* Properly handle deleted zones and ipsets on restartsJo-Philipp Wich2013-03-191-0/+1
* Rework option parsing to support emitting multiple values from within a parse...Jo-Philipp Wich2013-03-191-26/+25
* Implement support for "network" datatype and use it for masq_src / masq_destJo-Philipp Wich2013-03-191-0/+1
* Implement reload option for includes to decide whether includes should get re...Jo-Philipp Wich2013-03-141-0/+2
* Make nat reflection src address configurable by introducing a reflection_src ...Jo-Philipp Wich2013-03-131-0/+8
* Emit hotplug calls when flushing / creating zone chainsJo-Philipp Wich2013-03-131-0/+1
* Unify fw3_default and fw3_target enumsJo-Philipp Wich2013-03-131-30/+26
* Track used networks and devices in state fileJo-Philipp Wich2013-03-121-0/+4
* Rework zone flush logicJo-Philipp Wich2013-03-111-12/+8
* Remove src_flags and running_src_flags from fw3_zone struct, rename dst_flags...Jo-Philipp Wich2013-03-101-5/+2
* Introduce new enum values for zone src policies and map src policy to dst_fla...Jo-Philipp Wich2013-03-101-6/+9
* Separate running from current state flags in ipset handling, remove ipsets pe...Jo-Philipp Wich2013-03-101-0/+1
* Get rid of redundant fw3_defaults object, instead add a running_flags bitfiel...Jo-Philipp Wich2013-03-101-1/+1
* Properly handle per zone user chain rules by fixing multiple logic errorsJo-Philipp Wich2013-03-101-10/+14