[pox-dev] replies from switch

2013-04-04 Thread Balázs Németh
Hello all! I'd like to send a OFPT_STATS_REQUEST message for a switch for debugging reasons. In the OF specification it is said the switch must reply wit a ofp_table_stats message. How can I catch this message in the controller? S hould I subscribe to some kind of eVent like packetin? thanks

Re: [pox-dev] replies from switch

2013-04-04 Thread Murphy McCauley
On Apr 4, 2013, at 1:46 PM, Balázs Németh wrote: Hello all! I'd like to send a OFPT_STATS_REQUEST message for a switch for debugging reasons. In the OF specification it is said the switch must reply wit a ofp_table_stats message. How can I catch this message in the controller? Should I