Re: [Ryu-devel] detect SW vendor

2014-12-12 Thread Vilius Palubinskas
@lists.sourceforge.net Subject: [Ryu-devel] detect SW vendor Hi, I found that OVS and HP use different flow tables for setting flow rules. It's possible to determinate switch vendor? I was using mininet OVS. And what waitress do? I tried this code: @set_ev_cls(ofp_event.EventOFPSwitchFeature

[Ryu-devel] detect SW vendor

2014-12-12 Thread Vilius Palubinskas
Hi, I found that OVS and HP use different flow tables for setting flow rules. It's possible to determinate switch vendor? I was using mininet OVS. And what waitress do? I tried this code: @set_ev_cls(ofp_event.EventOFPSwitchFeatures, CONFIG_DISPATCHER) def miss_flow (self, ev): datapath =