summaryrefslogtreecommitdiffstats
path: root/ebtables.8
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-07-13 18:53:50 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-07-13 18:53:50 +0000
commit637ecd2d95897b921e6b86305b7a5881bff60d45 (patch)
treed6aa4109e30879a915a5fff6a1ddaab818abad1e /ebtables.8
parent90f2c2ed16460088ad2f3918ad7c6b02c5716619 (diff)
update -X comments
Diffstat (limited to 'ebtables.8')
-rw-r--r--ebtables.89
1 files changed, 6 insertions, 3 deletions
diff --git a/ebtables.8 b/ebtables.8
index 998449d..fee124b 100644
--- a/ebtables.8
+++ b/ebtables.8
@@ -36,7 +36,9 @@ ebtables (v.2.0) \- Ethernet bridge frame table administration
.br
.BR "ebtables " [ "-t table" ] " -L " [ -Z "] [" " chain" "] [ [ [" --Ln "] [" --Lc "] ] | [" --Lx "] ] [" --Lmac2 "]"
.br
-.BR "ebtables " [ "-t table" ] " -" [ NX ] " chain"
+.BR "ebtables " [ "-t table" ] " -N chain"
+.br
+.BR "ebtables " [ "-t table" ] " -X " [ chain ]
.br
.BR "ebtables " [ "-t table" ] " -E old-chain-name new-chain-name"
.br
@@ -268,9 +270,10 @@ length of 31 characters.
.TP
.B "-X, --delete-chain"
Delete the specified user-defined chain. There must be no remaining references
-to the to be deleted chain. Otherwise,
+to the specified chain, otherwise
.B ebtables
-will complain if there are.
+will refuse to delete it. If no chain is specified, all user-defined
+chains that aren't referenced will be removed.
.TP
.B "-E, --rename-chain"
Rename the specified chain to a new name. Besides renaming a user-defined