From 39c6c365659ae5ec042e7c33701a4fe74756d694 Mon Sep 17 00:00:00 2001 From: Mart Frauenlob Date: Thu, 7 Apr 2016 20:31:41 +0200 Subject: conntrack: man: add options --src and --dst. Signed-off-by: Mart Frauenlob Signed-off-by: Pablo Neira Ayuso --- conntrack.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conntrack.8') 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 -- cgit v1.2.3