Hi everybody,
I try to setup an OVS ring with 3 nodes. This setup requires some kind of stp.
I've created a OVS bridge in the webui and added the option "rstp_enable=true" in the OVS options field.
After a restart I get
"
Sep 22 12:31:33 nodeA ovs-vsctl[1574]: ovs|00001|vsctl|INFO|Called as ovs-vsctl --timeout=5 -- --may-exist add-br vmbr99 rstp_enable=true --
Sep 22 12:31:33 nodeA ovs-vsctl[1574]: ovs|00002|db_ctl_base|ERR|'add-br' command takes exactly 1 or 3 arguments
Sep 22 12:31:33 nodeA ifup[1491]: ovs-vsctl: 'add-br' command takes exactly 1 or 3 arguments
"
in the system log.
Manual retry in the CLI gets the same result (of course).
Is this a bug ?
Per the OVS documentation the rstp should be enabled with "ovs-vsctl set Bridge vmbr99 rstp_enable=true"
That works neither
Any one ideas?
thanks
tester
I try to setup an OVS ring with 3 nodes. This setup requires some kind of stp.
I've created a OVS bridge in the webui and added the option "rstp_enable=true" in the OVS options field.
After a restart I get
"
Sep 22 12:31:33 nodeA ovs-vsctl[1574]: ovs|00001|vsctl|INFO|Called as ovs-vsctl --timeout=5 -- --may-exist add-br vmbr99 rstp_enable=true --
Sep 22 12:31:33 nodeA ovs-vsctl[1574]: ovs|00002|db_ctl_base|ERR|'add-br' command takes exactly 1 or 3 arguments
Sep 22 12:31:33 nodeA ifup[1491]: ovs-vsctl: 'add-br' command takes exactly 1 or 3 arguments
"
in the system log.
Manual retry in the CLI gets the same result (of course).
Is this a bug ?
Per the OVS documentation the rstp should be enabled with "ovs-vsctl set Bridge vmbr99 rstp_enable=true"
That works neither
Any one ideas?
thanks
tester