Hi
Is there any simple way to get all the Datapath instances (e.g. a list?) that I
can send to a specific one. For example I have two switches dpid=1 and dpid=2,
I receiver packet_in from dpid=1 and wants to do something on dpid2.
@set_ev_cls(ofp_event.EventOFPPacketIn, MAIN_DISPATCHER)
def _packet_in_handler(self, ev):
ev.msg.datapath.id == 1 True
#I want send some msg to dpid 2, How can I access dpid instance?
Thank you very much.
William
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel