Allow priority to be specified in dpctl del-flows command.
[sliver-openvswitch.git] / secchan / secchan.8
1 .TH secchan 8 "May 2008" "OpenFlow" "OpenFlow Manual"
2
3 .SH NAME
4 secchan \- secure channel connecting an OpenFlow datapath to a controller
5
6 .SH SYNOPSIS
7 .B secchan
8 [OPTIONS] nl:\fIDP_IDX\fR tcp:\fICONTROLLER_IP\fR[:\fICONTROLLER_TCP_PORT\fR]
9
10 .SH DESCRIPTION
11 The \fBsecchan\fR program sets up a secure channel between a local
12 OpenFlow datapath and a remote controller.  \fBsecchan\fR connects to
13 the datapath over netlink and to the controller over TCP, and then
14 proceeds to forward packets from one endpoint to the other.
15
16 \fIDP_IDX\fR \- the ID of the local datapath to connect to
17
18 \fICONTROLLER_IP\fR \- the controller's IP address
19
20 \fICONTROLLER_TCP_PORT\fR \- the controller's TCP port to connect to \- defaults to 975
21
22 .SH OPTIONS
23 .TP
24 .BR \-h ", " \-\^\-help
25 Prints a brief help message to the console.
26
27 .TP
28 .BR \-v ", " \-\^\-verbose
29 Prints debug messages to the console.
30
31 .TP
32 .BR \-V ", " \-\^\-version
33 Prints version information to the console.
34
35 .SH "SEE ALSO"
36
37 .BR dpctl (8),
38 .BR switch (8),
39 .BR controller (8)
40 .BR vlogconf (8)
41
42 .SH BUGS
43 Currently \fBsecchan\fR does not support SSL