From adb30d640af659b3eb31bdfa1e03c9434aa2671c Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Wed, 11 Mar 2015 14:51:12 -0700 Subject: [PATCH] vswitchd: Update IPv6 controller examples to use OpenFlow port. 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 Acked-by: Ben Pfaff --- vswitchd/vswitch.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index dac3756b417..f8caf2a74ca 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -3493,7 +3493,7 @@ ip, which must be expressed as an IP address (not a DNS name), where ip can be IPv4 or IPv6 address. If ip is an IPv6 address, wrap it in square brackets, - e.g. tcp:[::1]:6632. + e.g. tcp:[::1]:6633.

If port is not specified, it currently defaults to @@ -3515,7 +3515,7 @@ DNS name), is specified, then connections are restricted to the specified local IP address (either IPv4 or IPv6). If ip is an IPv6 address, wrap it in square brackets, - e.g. pssl:6632:[::1]. + e.g. pssl:6633:[::1].

If port is not specified, it currently defaults to @@ -3543,7 +3543,7 @@ DNS name), is specified, then connections are restricted to the specified local IP address (either IPv4 or IPv6). If ip is an IPv6 address, wrap it in square brackets, - e.g. ptcp:6632:[::1]. If ip is not + e.g. ptcp:6633:[::1]. If ip is not specified then it listens only on IPv4 addresses.