Hi Juan, On 2015年06月02日 01:33, Juan Pedro Muñoz Gea wrote: > Hi all, > > I would like to know how I can configure a switch to send port status > messages (OFPT_PORT_STATUS) when there is any change in the port status. > I think I have to use the OFPSetConfig method, but I don't know how to > use it.
I think you should use OFPSetAsync message to configure a switch to send port status messages. For the usage of OFPSetAsync message, please refer to the Ryu-Documentation. http://ryu.readthedocs.org/en/latest/ofproto_v1_3_ref.html#set-asynchronous-configuration-message Thanks, Iwase > > Thanks, > - Juan Pedro > > ------------------------------------------------------------------------------ > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
