Hi all, I would like to know how I can request the description of the ports of a switch. I am interested in the curr_speed and max_speed parameters (which represent the current and max port bitrates in kbps).
I think I have to construct a ofp_stats_request message: msg = of.ofp_stats_request(body=....) But I am not sure about the body of the message, is it possible to use "ofp_port_desc_stats_request"? Thanks, - Juan Pedro