[Ryu-devel] [PATCH] bmp: fix bug of logging format in bmpstation

2015-03-21 Thread Toshiki Tsuboi
% ryu-manager bmpstation.py --verbose loading app bmpstation.py instantiating app bmpstation.py of BMPStation BRICK bmpstation listening on 0.0.0.0:11019 Traceback (most recent call last): File "/usr/lib/python2.7/logging/__init__.py", line 851, in emit msg = self.format(record) File "/usr/

[Ryu-devel] Passing arguments to ryu app

2015-03-21 Thread Sandesh Shrestha
Dear All, I need to pass arguments to ryu app. How can I do that and how to get that in the app. Thanks, Sandesh Shrestha -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and dev

Re: [Ryu-devel] [openflow-discuss] Custom Packet creation in Ryu controller

2015-03-21 Thread nitish nagesh
May be you can set the action as OFPP_TABLE in the PKT-OUT which would send the packet back into the switch pipeline. The packet would be looked up against all the OpenFlow rules and appropriate actions would be taken. The switch should however support OFPP_TABLE action in packet out. On Fri, Mar