summaryrefslogtreecommitdiffstats
path: root/iptables-save.8
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2001-03-15 15:12:02 +0000
committerHarald Welte <laforge@gnumonks.org>2001-03-15 15:12:02 +0000
commit9f7fa49a6e1cd803de8a42fa849582d5d72822bf (patch)
tree11b791dc2afb8c45ce530de7184149f3c4ebcee6 /iptables-save.8
parent7bffc70fd784ad48b48e15e6f6af03854823fc55 (diff)
fixing a lot of bugs / cleaning up
- no more dependency problems with user-defined chains - cleanup of the old strtok problem ( no more goto)
Diffstat (limited to 'iptables-save.8')
-rw-r--r--iptables-save.813
1 files changed, 1 insertions, 12 deletions
diff --git a/iptables-save.8 b/iptables-save.8
index 32b70ef2..71a957da 100644
--- a/iptables-save.8
+++ b/iptables-save.8
@@ -37,18 +37,7 @@ include the current values of all packet and byte counters in the output
restrict output to only one table. If not specified, output includes all
available tables.
.SH BUGS
-.B iptables-save
-doesn't order user-defined chains and builtin chains in any specific manner.
-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.
+None known as of iptables-1.2.1 release
.SH AUTHOR
Harald Welte <laforge@gnumonks.org>
.SH SEE ALSO