summaryrefslogtreecommitdiffstats
path: root/examples/cli
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2007-06-04 17:02:36 +0000
committer/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2007-06-04 17:02:36 +0000
commit96e24fbed8e9e45c82e500eb4d34293696dced23 (patch)
tree535a10994c792fd7944e4fce99c23dbc9384fda2 /examples/cli
parentcea33148e4ccf108f587e5796c026600aba35ab1 (diff)
o use NFCT_SOPT_SETUP_* facilities: nfct_setobjopt
o remove bogus option to get a conntrack in test.sh example file
Diffstat (limited to 'examples/cli')
-rw-r--r--examples/cli/test.sh3
1 files changed, 1 insertions, 2 deletions
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"