summaryrefslogtreecommitdiffstats
path: root/conntrack.8
diff options
context:
space:
mode:
authorMart Frauenlob <mart.frauenlob@chello.at>2016-04-07 20:31:41 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-04-08 12:21:42 +0200
commit39c6c365659ae5ec042e7c33701a4fe74756d694 (patch)
treee29b586f9b845d8ee46ffb3f0394df289c7bac88 /conntrack.8
parent50a60c036993a8c29ac326849ab63fca3bfcf9b9 (diff)
conntrack: man: add options --src and --dst.
Signed-off-by: Mart Frauenlob <mart.frauenlob@chello.at> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'conntrack.8')
-rw-r--r--conntrack.84
1 files changed, 2 insertions, 2 deletions
diff --git a/conntrack.8 b/conntrack.8
index f2c1ca5..a23189a 100644
--- a/conntrack.8
+++ b/conntrack.8
@@ -115,11 +115,11 @@ however, this results in more memory consumption.
This option can only be used in conjunction with "\-E, \-\-event".
.SS FILTER PARAMETERS
.TP
-.BI "-s, --orig-src " IP_ADDRESS
+.BI "-s, --src, --orig-src " IP_ADDRESS
Match only entries whose source address in the original direction equals the one specified as argument.
Implies "--mask-src" when CIDR notation is used.
.TP
-.BI "-d, --orig-dst " IP_ADDRESS
+.BI "-d, --dst, --orig-dst " IP_ADDRESS
Match only entries whose destination address in the original direction equals the one specified as argument.
Implies "--mask-dst" when CIDR notation is used.
.TP