diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2003-07-13 18:53:50 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2003-07-13 18:53:50 +0000 |
commit | 637ecd2d95897b921e6b86305b7a5881bff60d45 (patch) | |
tree | d6aa4109e30879a915a5fff6a1ddaab818abad1e /ebtables.8 | |
parent | 90f2c2ed16460088ad2f3918ad7c6b02c5716619 (diff) | |
download | ebtables-637ecd2d95897b921e6b86305b7a5881bff60d45.tar.gz ebtables-637ecd2d95897b921e6b86305b7a5881bff60d45.tar.bz2 ebtables-637ecd2d95897b921e6b86305b7a5881bff60d45.zip |
update -X comments
Diffstat (limited to 'ebtables.8')
-rw-r--r-- | ebtables.8 | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |