> I am trying to create an overlay network with planetlab nodes.
I think it is much more easier to use the freshly launched sliver-ovs
functionality:
https://www.planet-lab.eu/doc/guides/user/practices/openflow
cheers,
Felicián
___
discuss mailing list
Hi,
Is it possible to set somehow the datapath desciption of a switch? (So
that "ovs-ofctl dump-desc" would show it, and a OFPST_DESC OpenFlow
message could request it.)
Browsing the source, it seems to me that ofproto_set_desc() can set
dp_desc, but this function is never called from anywhere.