Skip to content

Commit

Permalink
vswitchd: Update IPv6 controller examples to use OpenFlow port.
Browse files Browse the repository at this point in the history
The IPv6 examples in ovs-vswitchd.conf.db to configure the OpenFlow port
used the OVSDB port number, which is confusing.

Signed-off-by: Justin Pettit <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
Justin Pettit committed Mar 13, 2015
1 parent 557570f commit adb30d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vswitchd/vswitch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3493,7 +3493,7 @@
<var>ip</var>, which must be expressed as an IP address (not a
DNS name), where <var>ip</var> can be IPv4 or IPv6 address. If
<var>ip</var> is an IPv6 address, wrap it in square brackets,
e.g. <code>tcp:[::1]:6632</code>.
e.g. <code>tcp:[::1]:6633</code>.
</p>
<p>
If <var>port</var> is not specified, it currently defaults to
Expand All @@ -3515,7 +3515,7 @@
DNS name), is specified, then connections are restricted to the
specified local IP address (either IPv4 or IPv6). If
<var>ip</var> is an IPv6 address, wrap it in square brackets,
e.g. <code>pssl:6632:[::1]</code>.
e.g. <code>pssl:6633:[::1]</code>.
</p>
<p>
If <var>port</var> is not specified, it currently defaults to
Expand Down Expand Up @@ -3543,7 +3543,7 @@
DNS name), is specified, then connections are restricted to the
specified local IP address (either IPv4 or IPv6). If
<var>ip</var> is an IPv6 address, wrap it in square brackets,
e.g. <code>ptcp:6632:[::1]</code>. If <var>ip</var> is not
e.g. <code>ptcp:6633:[::1]</code>. If <var>ip</var> is not
specified then it listens only on IPv4 addresses.
</p>
<p>
Expand Down

0 comments on commit adb30d6

Please sign in to comment.