summaryrefslogtreecommitdiffstats
path: root/iptables-save.8
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2001-01-05 15:20:07 +0000
committerHarald Welte <laforge@gnumonks.org>2001-01-05 15:20:07 +0000
commitd8e6563430ab692cf093a81b9b6ac997739d9504 (patch)
tree1ce5b64143d7ca4b041fdb4f4a6e6cafbf61f056 /iptables-save.8
parent117341ada43ddf24ada265a6a9f354c77062dd4f (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-save.8')
-rw-r--r--iptables-save.82
1 files changed, 2 insertions, 0 deletions
diff --git a/iptables-save.8 b/iptables-save.8
index ff273549..32b70ef2 100644
--- a/iptables-save.8
+++ b/iptables-save.8
@@ -43,7 +43,9 @@ This raises some dependency problems when using the unmodified output of
.B iptables-save
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.