Re: [Ryu-devel] Getting table 'max_entries' from Controller

2016-10-02 Thread Túlio Pascoal
Hello guys, Please disregard my thread. It was a typo error (I used set_ev_cls(ofp_event.EventOFPTableFeaturesStats, MAIN_DISPATCHER) instead of set_ev_cls(ofp_event.EventOFPTableFeaturesStatsReply, MAIN_DISPATCHER) ) Regards, -- Túlio Albuquerque Pascoal

[Ryu-devel] Getting table 'max_entries' from Controller

2016-10-02 Thread Túlio Pascoal
Hello all, I am trying to get the 'max_entries' field from the swtich tables. First I tried by OFPTableStats and EventOFPTableStatsReply, however 'max_entries' is just returned by these request/reply in OpenFlow 1.2 (I am using 1.3). I am just able to get: OFPTableStats(table_id,active_count,lo