Re: [Ryu-devel] [PATCH 0/2] detect supported OFP module automatically

2013-05-13 Thread YAMAMOTO Takashi
this doesn't seem to work. YAMAMOTO Takashi cd /opt/stack/ryu && /opt/stack/ryu/bin/ryu-mana ^Mger --config-file /etc/ryu/ryu.conf || touch "/opt/stack/status/stack/ryu.failur ^Me" Traceback (most recent call last): File "/opt/stack/ryu/bin/ryu-manager", line 41, in from ryu.base.app_mana

Re: [Ryu-devel] [PATCH 0/2] detect supported OFP module automatically

2013-05-13 Thread FUJITA Tomonori
On Mon, 13 May 2013 15:18:19 +0900 Isaku Yamahata wrote: > And remove hardcoded list of support OFP modules. > > Isaku Yamahata (2): > ofproto: detect supported OFP versions automatically. > controller/ofp_event: don't hardcode supported OFP parser module > > ryu/controller/ofp_event.py |

[Ryu-devel] [PATCH 0/2] detect supported OFP module automatically

2013-05-12 Thread Isaku Yamahata
And remove hardcoded list of support OFP modules. Isaku Yamahata (2): ofproto: detect supported OFP versions automatically. controller/ofp_event: don't hardcode supported OFP parser module ryu/controller/ofp_event.py | 13 -- ryu/ofproto/__init__.py | 59 +