diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-04-11 16:42:20 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-04-11 16:42:20 +0200 |
commit | 19f183958c1ce9d8faf312c7e4009dee5a10e1ac (patch) | |
tree | 5053773131edaef7709e4d559a2430fc562dc810 /conntrack.8 | |
parent | ff8cf014f089f1dc36898188f962974091c71c7d (diff) | |
download | conntrack-tools-19f183958c1ce9d8faf312c7e4009dee5a10e1ac.tar.gz conntrack-tools-19f183958c1ce9d8faf312c7e4009dee5a10e1ac.zip |
conntrack: add SCTP support
This patch adds SCTP support to the command line tool conntrack.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'conntrack.8')
-rw-r--r-- | conntrack.8 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/conntrack.8 b/conntrack.8 index b797a1f..490d299 100644 --- a/conntrack.8 +++ b/conntrack.8 @@ -214,6 +214,29 @@ Source port in reply direction .BI "--reply-port-dst " "PORT" Destination port in reply direction .TP +SCTP-specific fields: +.TP +.BI "--sport, --orig-port-src " "PORT" +Source port in original direction +.TP +.BI "--dport, --orig-port-dst " "PORT" +Destination port in original direction +.TP +.BI "--reply-port-src " "PORT" +Source port in reply direction +.TP +.BI "--reply-port-dst " "PORT" +Destination port in reply direction +.TP +.BI "--state " "[NONE | CLOSED | COOKIE_WAIT | COOKIE_ECHOED | ESTABLISHED | SHUTDOWN_SENT | SHUTDOWN_RECD | SHUTDOWN_ACK_SENT]" +SCTP state +.TP +.BI "--orig-vtag " "value" +Verification tag (32-bits value) in the original direction +.TP +.BI "--reply-vtag " "value" +Verification tag (32-bits value) in the reply direction +.TP .SH DIAGNOSTICS The exit code is 0 for correct function. Errors which appear to be caused by invalid command line parameters cause an exit code of 2. Any other errors |