Post by Ben PfaffPost by Arthur van KleefIs it possible to manually configure the datapath_id (that is also seen
by an OpenFlow controller such as NOX) of a bridge using the ovs-vsctl
utility?
ovs-vsctl set Bridge <bridgename> datapath_id=0123456789abcdef
I tried that one, but it seems to fail, output from console:
# ./ovs-vsctl get Bridge br0 datapath_id
"002320f00173"
# ./ovs-vsctl set Bridge br0 datapath_id=0123456789abcdef
# ./ovs-vsctl get Bridge br0 datapath_id
"002320f00173"
I'm running Open vSwitch (v1.0.1) inside an User Mode Linux VM and also
on a normal host. I have attached the relevant sections of
ovs-vswitchd's logfiles (both from UML instance and on a normal Linux
host). What I see is that an update message is received, but immediatly
is reversed by another update message. Is this perhaps a bug?
Thanks,
Arthur
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ovs-vswitch-uml.log
URL: <http://openvswitch.org/pipermail/discuss/attachments/20100616/10387bc3/attachment-0001.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ovs-vswitch-host.log
URL: <http://openvswitch.org/pipermail/discuss/attachments/20100616/10387bc3/attachment-0001.asc>