forked from openvswitch/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ofproto: Define official OpenFlow port number.
Signed-off-by: Justin Pettit <[email protected]> Acked-by: Ben Pfaff <[email protected]>
- Loading branch information
Justin Pettit
committed
Oct 1, 2013
1 parent
efc295d
commit 125b029
Showing
10 changed files
with
70 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
.IP "\fBssl:\fIip\fR[\fB:\fIport\fR]" | ||
The specified SSL \fIport\fR (default: 6633) on the host at the given | ||
\fIip\fR, which must be expressed as an IP address (not a DNS name). | ||
The \fB\-\-private\-key\fR, \fB\-\-certificate\fR, and | ||
\fB\-\-ca\-cert\fR options are mandatory when this form is used. | ||
. | ||
.IP "\fBtcp:\fIip\fR[\fB:\fIport\fR]" | ||
The specified TCP \fIport\fR (default: 6633) on the host at the given | ||
\fIip\fR, which must be expressed as an IP address (not a DNS name). | ||
. | ||
.IQ "\fBtcp:\fIip\fR[\fB:\fIport\fR]" | ||
The specified \fIport\fR on the host at the given \fIip\fR, which must | ||
be expressed as an IP address (not a DNS name). For \fBssl\fR, the | ||
\fB\-\-private\-key\fR, \fB\-\-certificate\fR, and \fB\-\-ca\-cert\fR | ||
options are mandatory. | ||
.IP | ||
If \fIport\fR is not specified, it currently defaults to 6633. In the | ||
future, the default will change to 6653, which is the IANA-defined | ||
value. | ||
.TP | ||
\fBunix:\fIfile\fR | ||
The Unix domain server socket named \fIfile\fR. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters