Bug #7332. Reported-by: Gordon Good <[email protected]> --- AUTHORS | 1 + utilities/ovs-vsctl.c | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/AUTHORS b/AUTHORS index 44311ff..eefffee 100644 --- a/AUTHORS +++ b/AUTHORS @@ -64,6 +64,7 @@ DK Moon [email protected] Gaetano Catalli [email protected] Ghanem Bahri [email protected] Giuseppe de Candia [email protected] +Gordon Good [email protected] Gregor Schaffrath [email protected] Hassan Khan [email protected] Hector Oron [email protected] diff --git a/utilities/ovs-vsctl.c b/utilities/ovs-vsctl.c index 573c948..b071577 100644 --- a/utilities/ovs-vsctl.c +++ b/utilities/ovs-vsctl.c @@ -504,9 +504,9 @@ Interface commands (a bond consists of multiple interfaces):\n\ iface-to-br IFACE print name of bridge that contains IFACE\n\ \n\ Controller commands:\n\ - get-controller BRIDGE print the controller for BRIDGE\n\ - del-controller BRIDGE delete the controller for BRIDGE\n\ - set-controller BRIDGE TARGET set the controller for BRIDGE to TARGET\n\ + get-controller BRIDGE print all controller(s) for BRIDGE\n\ + del-controller BRIDGE delete all controllers for BRIDGE\n\ + set-controller BRIDGE TARGET... set the controller(s) for BRIDGE\n\ get-fail-mode BRIDGE print the fail-mode for BRIDGE\n\ del-fail-mode BRIDGE delete the fail-mode for BRIDGE\n\ set-fail-mode BRIDGE MODE set the fail-mode for BRIDGE to MODE\n\ -- 1.7.4.4 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
