From: Duncan Roe Date: Mon, 9 Oct 2017 14:58:41 +0000 (+1100) Subject: doc: nft.8 Document rule replace X-Git-Tag: v0.8~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55fe70d4afb378ba3ed3dc225b823a5d448e37c0;p=thirdparty%2Fnftables.git doc: nft.8 Document rule replace Insert synopsis and description between those for add|insert and delete Signed-off-by: Duncan Roe Signed-off-by: Pablo Neira Ayuso --- diff --git a/doc/nft.xml b/doc/nft.xml index 80ffcd77..c7e12c9c 100644 --- a/doc/nft.xml +++ b/doc/nft.xml @@ -838,6 +838,15 @@ filter input iif $int_ifs accept position position statement + + replace + rule + family + table + chain + handle handle + statement + delete rule @@ -872,6 +881,14 @@ filter input iif $int_ifs accept + + + + + Similar to the add command, but the rule replaces the specified rule. + + +