Hi, Khubaib

When you use OVS, you seem to have to set a datapath id with "Exactly 16 hex digits".

# ovs-vsctl set bridge s1 other_config:datapath-id=00:00:00:00:00:00:00:01
# ovs-ofctl show s1
OFPT_FEATURES_REPLY (xid=0x2): dpid:0000de740b63cc4c

# ovs-vsctl set bridge s1 other_config:datapath-id=0000000000000001
# ovs-ofctl show s1
OFPT_FEATURES_REPLY (xid=0x2): dpid:0000000000000001

For details, please check the ovs man page:
http://openvswitch.org/support/dist-docs/ovs-vswitchd.conf.db.5.txt


Thanks,
Fujimoto

On 2017年04月19日 21:15, Khubaib wrote:
I set the datapath of my switch using

ovs-vsctl set bridge br \
other_config:datapath-id=00:00:00:00:00:00:00:01

but Ryu shows a random value. I have verified that the id was set on the switch and I have used other id's. Why is this so?

— Khubaib


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to