summaryrefslogtreecommitdiffstats
path: root/iptables-restore.8
diff options
context:
space:
mode:
authorlaforge <laforge>2001-01-05 15:20:07 +0000
committerlaforge <laforge>2001-01-05 15:20:07 +0000
commitbd8fbd95c8f1854b6a070b6af3ce7ad66e462469 (patch)
tree1ce5b64143d7ca4b041fdb4f4a6e6cafbf61f056 /iptables-restore.8
parent97d05306a169f2f5022cad575bada0156e6a2c9b (diff)
o serveral changes / additions to libiptc:
- iptc_set_policy has additional argument 'counters' to be consistent with iptc_get_policy - added functions for counter manipulation (iptc_read_counter, iptc_zero_counter, iptc_set_counter) o iptables-save and iptables-restore manpage clearifications o iptables-restore counter restoring for chain counters
Diffstat (limited to 'iptables-restore.8')
-rw-r--r--iptables-restore.87
1 files changed, 7 insertions, 0 deletions
diff --git a/iptables-restore.8 b/iptables-restore.8
index cb0b902..590015e 100644
--- a/iptables-restore.8
+++ b/iptables-restore.8
@@ -44,10 +44,17 @@ This raises some dependency problems when using the unmodified output of
.B iptables-restore
as input for
.B iptables-restore.
+.PP
Expect this to be fixed in the next iptables release.
+.PP
To make it work, reorder the output in a way that in every table, all
user-defined chains are created before any other chain uses this chain
as target.
+.PP
+.B iptables-restore
+does only restore the counter values of the builtin chains, and
+.B NOT
+the individual counters of each rule.
.SH AUTHOR
Harald Welte <laforge@gnumonks.org>
.SH SEE ALSO