summaryrefslogtreecommitdiffstats
path: root/conntrack.8
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org>2005-12-26 02:49:34 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org>2005-12-26 02:49:34 +0000
commit54424b2156918d64d1860f579f538793059b4d5d (patch)
treee79012299c2dac4f1090da1a8547a17a34d74204 /conntrack.8
parentddea86cb98ddc40f6dfb0ef7081891ea4f53f0c3 (diff)
<pablo@netfilter.org>
o add IPv6 support: main change o removed dead code: iptables_insmod and get_modprobe o compact the commands vs. options table o move working vars from the stack to the BSS section o update manpage o Bumped version to 1.0beta1 <yasuyuki.kozakai@toshiba.co.jp> o check address family mismatch o fix incomplete copying IPv6 addresses
Diffstat (limited to 'conntrack.8')
-rw-r--r--conntrack.84
1 files changed, 4 insertions, 0 deletions
diff --git a/conntrack.8 b/conntrack.8
index 8dbecb5..307180b 100644
--- a/conntrack.8
+++ b/conntrack.8
@@ -97,6 +97,10 @@ Match only entries whose destination address in the reply direction equals the o
.BI "-p, --proto " "PROTO "
Specify layer four (TCP, UDP, ...) protocol.
.TP
+.BI "-f, --family " "PROTO"
+Specify layer three (ipv4, ipv6) protocol
+This option is only required in conjunction with "-L, --dump". If this option is not passed, the default layer 3 protocol will be IPv4.
+.TP
.BI "-t, --timeout " "TIMEOUT"
Specify the timeout.
.TP