summaryrefslogtreecommitdiffstats
path: root/iptables/ebtables-nft.8
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2022-02-04 13:27:51 +0100
committerPhil Sutter <phil@nwl.cc>2022-02-08 11:21:22 +0100
commit51d9d9e0813448025271d6948826990eb44b8dcc (patch)
tree9f05c466cd24a5beecc7aa52911cc7cd718bf286 /iptables/ebtables-nft.8
parentad1ed75f203b614fe8f309df8b5021d5e391708a (diff)
ebtables: Support verbose mode
Accept '-v' flag in both ebtables-nft and ebtables-nft-restore. Mostly interesting because it allows for netlink debug output when specified multiple times. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'iptables/ebtables-nft.8')
-rw-r--r--iptables/ebtables-nft.86
1 files changed, 6 insertions, 0 deletions
diff --git a/iptables/ebtables-nft.8 b/iptables/ebtables-nft.8
index 08e9766f..d75aae24 100644
--- a/iptables/ebtables-nft.8
+++ b/iptables/ebtables-nft.8
@@ -307,6 +307,12 @@ of the ebtables kernel table.
Replace the current table data by the initial table data.
.SS MISCELLANOUS COMMANDS
.TP
+.B "-v, --verbose"
+Verbose mode.
+For appending, insertion, deletion and replacement, this causes
+detailed information on the rule or rules to be printed. \fB\-v\fP may be
+specified multiple times to possibly emit more detailed debug statements.
+.TP
.B "-V, --version"
Show the version of the ebtables userspace program.
.TP