Initial import
[sliver-openvswitch.git] / man / man8 / secchan.8
1 .TH secchan 8 "December 2007" "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 \-u ", " \-\^\-unreliable
29 Do not attempt to reconnect the channel if a connection drops.  By
30 default, \fBsecchan\fR attempts to reconnect.
31
32 .TP
33 .BR \-v ", " \-\^\-verbose
34 Prints debug messages to the console.
35
36 .TP
37 .BR \-V ", " \-\^\-version
38 Prints version information to the console.
39
40 .SH "SEE ALSO"
41
42 .BR dpctl (8),
43 .BR controller (8)
44 .BR vlogconf (8)
45
46 .SH BUGS
47 Currently \fBsecchan\fR does not support SSL