diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2002-11-06 21:02:33 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2002-11-06 21:02:33 +0000 |
commit | abc841714781187cf4116a85029e9ed93392bfed (patch) | |
tree | e3e54d6ca96b80a33c8864f5f8804b1cc4496824 /ebtables.8 | |
parent | a615b966525be7f609eebe19a508c77d51726b05 (diff) | |
download | ebtables-abc841714781187cf4116a85029e9ed93392bfed.tar.gz ebtables-abc841714781187cf4116a85029e9ed93392bfed.tar.bz2 ebtables-abc841714781187cf4116a85029e9ed93392bfed.zip |
add comment about -D a:b
Diffstat (limited to 'ebtables.8')
-rw-r--r-- | ebtables.8 | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -133,9 +133,10 @@ command is an exception). All these options only apply to the selected Append a rule to the end of the selected chain. .TP .B "-D, --delete" -Delete the specified rule from the selected chain. There are two versions -of this command. A rule number (starting at 1) or the complete rule can be -specified. +Delete the specified rule from the selected chain. There are two ways to +use this command. The first is by specifying an interval of rule numbers +to delete, syntax: start_nr[:end_nr]. The second usage is by specifying +the complete rule as it would have been specified when it was added. .TP .B "-I, --insert" Insert the specified rule into the selected chain at the specified rule number (1 meaning |