This patch implements a Firewall Ryu application.
This update(v2->v3) contains the following changes. update is only for "rest_firewall.py". add validation check for RESTcommand. restrict cookie value increment. switchID's format changes into the same as datapathID. remove unused local variables. rename private variables as '_XXX' --- ryu/app/rest_firewall.py | 681 ++++++++++++++++++++++++++++++++++++++++++++++ ryu/lib/ofctl_v1_0.py | 28 +- ryu/lib/ofctl_v1_2.py | 253 +++++++++++++++++ 3 files changed, 959 insertions(+), 3 deletions(-) create mode 100644 ryu/app/rest_firewall.py create mode 100755 ryu/lib/ofctl_v1_2.py ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
