summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-07-15 19:42:11 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-07-15 19:42:11 +0000
commit7734c9ab850720c1ea933924b98ad1c5c03882d4 (patch)
treeb00c373ee422ca26d2a900e99cdb48a805f2937b /userspace/ebtables2
parent8c5a3e55c48b1d9bd269d4a5cd1bf2c4278f09d2 (diff)
*** empty log message ***
Diffstat (limited to 'userspace/ebtables2')
-rw-r--r--userspace/ebtables2/ebtables.89
1 files changed, 7 insertions, 2 deletions
diff --git a/userspace/ebtables2/ebtables.8 b/userspace/ebtables2/ebtables.8
index 60d7697..525b55d 100644
--- a/userspace/ebtables2/ebtables.8
+++ b/userspace/ebtables2/ebtables.8
@@ -37,6 +37,8 @@ ebtables (v.2.0) \- ethernet bridge packet table administration
.br
.BR "ebtables -[b] [" "y/n" "]"
.br
+.BR "ebtables --init-table"
+.br
.BR "ebtables --atomic-init " file
.br
.BR "ebtables --atomic-save " file
@@ -179,6 +181,9 @@ renaming the standard chains will be made.
Flush the selected chain. If no chain is selected, every chain will be
flushed. This does not change the policy of the chain.
.TP
+.B "--init-table"
+Replace the current table data by the initial table data.
+.TP
.B "-Z, --zero"
Put the counters of the selected chain on zero. If no chain is selected, all the counters
are put on zero. This can be used in conjunction with the -L command (see above).
@@ -206,12 +211,12 @@ if you like PREBRIDGING more than PREROUTING. Be sure to talk about the
standard chain names when you would ask a question on a mailing list.
.TP
.B "--atomic-init"
-Copy the kernel's initial data of the specified table to the specified
+Copy the kernel's initial data of the table to the specified
file. This can be used as the first action, after which rules are added
to the file.
.TP
.B "--atomic-save"
-Copy the kernel's current data of the specified table to the specified
+Copy the kernel's current data of the table to the specified
file. This can be used as the first action, after which rules are added
to the file.
.TP