Good afternoon and Happy New Year!
I'm using RYU controller. When the OVS switch connects to the controller,
the controller gets a "switch enter" event message.
I'm handling it with this function
@set_ev_cls(dpset.EventDP, dpset.DPSET_EV_DISPATCHER)
def _event_switch_enter_handler(self, ev):
dp = ev.dp
dpid = dp.id
.......
Using this event I can get the switch ID (first two lines of the function).
But what if I want a switch to send some other parameters? How can I modify
the OVS switch event message and how can I read it on the controller?
Thanks a lot.
--
Sincerely,
Garegin Grigoryan
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel