summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/dnat.t.json
Commit message (Collapse)AuthorAgeFilesLines
* tests: py: add dnat to port without defining destination addressPablo Neira Ayuso2021-07-221-0/+20
| | | | | | | Add a test to cover dnat to port without destination address. Closes: https://bugzilla.netfilter.org/show_bug.cgi?id=1428 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* tests: avoid warning and add missing json test casesFlorian Westphal2020-11-051-0/+55
| | | | | | make dnat.t pass in json mode. Signed-off-by: Florian Westphal <fw@strlen.de>
* json: Support nat in inet familyPhil Sutter2019-05-091-0/+166
Add the missing bits to JSON parser, printer, man page and testsuite. Fixes: fbe27464dee45 ("src: add nat support for the inet family") Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>