Re: [Ryu-devel] [PATCH 0/3] add firewall Ryu application

2013-03-17 Thread Isaku Yamahata
I haven't looked details yet, but some general comment. - pep8 please Or you seem to use old version of pep8 shipped by distro. Please use latest pep8 - Please consistent indentation Maybe it's a matter of taste, but please be consistent in at least single file. thanks On Fri, Mar 15, 20

[Ryu-devel] [PATCH 0/3] add firewall Ryu application

2013-03-14 Thread watanabe.fumitaka
This patch implements a Firewall Ryu application. It can control the packets(ALLOW or DENY) by the ACL rules(Access Control List) on OpenFlow. The ACL rules is operated by the REST messages. ryu/app: add firewall Ryu apllication ryu/lib: update openflow v1.0 control library and add