summaryrefslogtreecommitdiff
path: root/system/iptables.py
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-061-0/+4
|
* Native YAML - system (#3625)Fabio Alessandro Locati2016-12-021-6/+30
| | | | | | * Native YAML - system * Remove comment that is not applicable to the code
* Iptables enhancements (#2789)Mike Liu2016-08-301-20/+93
| | | | | | | | | | | | | | | | | | | | | | | * Add the flush parameter. When specified the flush parameter indicates that this module should remove all rules from the specified table. If no table parameter is specified then the default filter table is flushed. * Add support for setting chain policies. The module supports setting the policy of a given chain and table to the following target values, ACCEPT, DROP, QUEUE, and RETURN. This parameter ignores all other unrelated parameters. * Fix pep8 issues. * Fix missing quotation. * Make 'flush' and 'policy' parameters mutually exclusive. This combination is not supported by the wrapped iptables command. 'flush' and 'policy' however, can both take the 'chain' argument.
* iptables: remove duplicated documentation (#2673)Linus Unnebäck2016-08-051-18/+2
| | | Fixes #1527
* iptables: option to configure Source NAT (#2292)Elena Washington2016-05-261-2/+11
| | | | | | * Clean up trailing whitespace * Add `--to-source` option to allow Source NAT (fix for #2291)
* Add insert support to iptables. (#1180)Daniel Vigueras2016-05-161-1/+19
| | | | | Add insert support to iptables.
* iptables module - icmp-type better doc stylePavel Samokha2016-05-131-1/+3
|
* fix icmp-typePavel Samokha2016-05-131-1/+1
|
* iptables module - add icmp_typePavel Samokha2016-05-131-0/+7
|
* Add `to_destination` parameterAaron Brady2016-04-061-0/+9
|
* fix dscp marking documentation in iptables moduleDavid Hocky2016-03-311-2/+2
|
* Added version restriction for uid_owner and reject_with.Pavel Sychev2016-03-231-0/+2
|
* Added docs for reject_with and uid_owner.Pavel Sychev2016-03-231-0/+8
|
* Added reject_with and uid_owner support.Pavel Sychev2016-03-231-0/+11
|
* iptables: add defaults to docsRene Moser2016-03-161-0/+20
|
* add version added to new paramsDavid Hocky2016-03-091-0/+2
|
* fix doc issueDavid Hocky2016-03-091-0/+1
|
* add support for setting dscp marks with iptables moduleDavid Hocky2016-03-091-0/+23
|
* added missing version_addedBrian Coca2016-02-011-0/+1
|
* Merge pull request #1402 from doalitic/iptables-add-limit-burstBrian Coca2016-02-011-1/+7
|\ | | | | Add limit-burst support to iptables module
| * iptables: add --limit-burst optionDaniel Vigueras2016-01-181-1/+7
| |
* | iptables: fix param check in append_csv functionDaniel Vigueras2016-01-181-1/+1
|/
* Merge pull request #1403 from LinusU/linusu-iptables-cleanupBrian Coca2016-01-141-18/+11
|\ | | | | iptables: cleanup
| * iptables: cleanupLinus Unnebäck2015-12-181-18/+11
| |
* | Import module snippets in the correct locationMatt Martz2015-12-221-3/+3
|/
* Fix documentation to prevent formatting error where each letter has its own ↵Gordon Fierce2015-12-071-2/+4
| | | | line.
* Editing iptable module to use -m state --state instead of -m conntrack --ctstateRomain Brucker2015-11-101-2/+2
|
* Fixing limit type from list to stringRomain Brucker2015-11-031-1/+1
|
* Adding limit feature to iptables moduleRomain Brucker2015-11-031-0/+12
|
* made ctstate default to [] and evaluation conditional on the list being ↵Brian Coca2015-11-031-2/+3
| | | | popoulated
* fixed default from None to [] for ctstateBrian Coca2015-11-031-1/+1
|
* made ctstate accept listsBrian Coca2015-11-021-5/+4
|
* Add conntrack module ctstate support to iptablesDaniel Vigueras2015-11-021-0/+19
|
* whitespace fixesBrian Coca2015-10-311-4/+4
|
* Adding comment support for iptables moduleRomain Brucker2015-10-301-1/+13
|
* fix typo errorAlexander2015-10-261-1/+1
| | | fix spell error for whether
* Fix docs to buildToshio Kuratomi2015-10-161-17/+122
|
* iptables: add note about rulesLinus Unnebäck2015-10-151-0/+2
|
* iptables: expand rule optionsLinus Unnebäck2015-09-281-29/+116
|
* module: system/iptablesLinus Unnebäck2015-09-281-0/+128