From 501d8be41d4e4910e874a1131f7de1521e0252d4 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 9 May 2019 13:35:37 +0200 Subject: json: Support nat in inet family 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 Signed-off-by: Pablo Neira Ayuso --- doc/libnftables-json.adoc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/libnftables-json.adoc b/doc/libnftables-json.adoc index dbe5ac33..429f530d 100644 --- a/doc/libnftables-json.adoc +++ b/doc/libnftables-json.adoc @@ -808,12 +808,14 @@ Duplicate a packet to a different destination. ____ *{ "snat": { "addr":* 'EXPRESSION'*, + "family":* 'STRING'*, "port":* 'EXPRESSION'*, "flags":* 'FLAGS' *}}* *{ "dnat": { "addr":* 'EXPRESSION'*, + "family":* 'STRING'*, "port":* 'EXPRESSION'*, "flags":* 'FLAGS' *}}* @@ -837,6 +839,9 @@ Perform Network Address Translation. *addr*:: Address to translate to. +*family*:: + Family of *addr*, either *ip* or *ip6*. Required in *inet* + table family. *port*:: Port to translate to. *flags*:: -- cgit v1.2.3