summaryrefslogtreecommitdiffstats
path: root/iptables.8
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2001-01-23 22:54:34 +0000
committerHarald Welte <laforge@gnumonks.org>2001-01-23 22:54:34 +0000
commitccd49e5688c1edebc6b8a980c72a269618046acb (patch)
treea592a4ad633d0a509875dfd766b1231b4d47224f /iptables.8
parent32db524ab38b3258c6bae0b9b7fa76bff544085a (diff)
added 'iptables --set-counters' and fixed counter-restore in iptables-restore
Diffstat (limited to 'iptables.8')
-rw-r--r--iptables.88
1 files changed, 8 insertions, 0 deletions
diff --git a/iptables.8 b/iptables.8
index 1b437ca4..1a7f8102 100644
--- a/iptables.8
+++ b/iptables.8
@@ -267,6 +267,14 @@ destination ports of such a packet (or ICMP type), such a packet will
not match any rules which specify them. When the "!" argument
precedes the "-f" flag, the rule will only match head fragments, or
unfragmented packets.
+.TP
+.B "-c, --set-counters " "PKTS BYTES"
+This enables the administrater to initialize the packet and byte
+counters of a rule (during
+.B INSERT,
+.B APPEND,
+.B REPLACE
+operations)
.SS "OTHER OPTIONS"
The following additional options can be specified:
.TP