From 55fe70d4afb378ba3ed3dc225b823a5d448e37c0 Mon Sep 17 00:00:00 2001 From: Duncan Roe Date: Tue, 10 Oct 2017 01:58:41 +1100 Subject: 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 --- doc/nft.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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. + + + -- cgit v1.2.3