Hi All,

I'm still new to python and i'm currently learning ryu through examples
from the SimpleSwitch13 & SimpleSwitchRest13. I've gone through the code
and understand what is it trying to achieve.

My question is how would i filter certain mac address to update as in from
the "PUT" method i can control a list of MAC address which is reserved or
block and can't be updated.

1. Could i do a filtering process in the @route(’simpleswitch’, url,
methods=[’PUT’], requirements={’dpid’: dpid_lib.DPID_PATTERN})?

thanks and regards,
Kelvin
------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to