From 96e24fbed8e9e45c82e500eb4d34293696dced23 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Mon, 4 Jun 2007 17:02:36 +0000 Subject: o use NFCT_SOPT_SETUP_* facilities: nfct_setobjopt o remove bogus option to get a conntrack in test.sh example file --- examples/cli/test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/cli') diff --git a/examples/cli/test.sh b/examples/cli/test.sh index 36c4826..cb449bf 100644 --- a/examples/cli/test.sh +++ b/examples/cli/test.sh @@ -37,8 +37,7 @@ case $1 in get) echo "getting a conntrack" $CONNTRACK -G --orig-src $SRC --orig-dst $DST \ - -p tcp --orig-port-src $SPORT --orig-port-dst $DPORT \ - --reply-port-src $DPORT --reply-port-dst $SPORT + -p tcp --orig-port-src $SPORT --orig-port-dst $DPORT ;; change) echo "change a conntrack" -- cgit v1.2.3