Re: [Ryu-devel] Simple_switch with ofctl_rest.py features

2014-12-02 Thread Minoru TAKAHASHI
Hi,Sandhya On 2014年12月03日 04:02, varanasi sandhya wrote: > Hi Takahashi, > > After following up with openflow-dev > OFPFF_CHECK_OVERLAP works only with OFPFC_ADD for openflow 1.2 and later. > > I am using ofctl_rest.py as my controller code and I made the following > change in ofctl_v1_3.py.

Re: [Ryu-devel] Simple_switch with ofctl_rest.py features

2014-12-02 Thread varanasi sandhya
Hi Takahashi, After following up with openflow-dev OFPFF_CHECK_OVERLAP works only with OFPFC_ADD for openflow 1.2 and later. I am using ofctl_rest.py as my controller code and I made the following change in ofctl_v1_3.py. def mod_flow_entry(dp, flow, cmd): cookie = int(flow.get('cookie', 0)

Re: [Ryu-devel] Simple_switch with ofctl_rest.py features

2014-12-01 Thread Minoru TAKAHASHI
Hi,Sandhya Please don't drop the mailing list. On 2014年12月02日 15:56, varanasi sandhya wrote: > Hi Takahashi, > > Thanks for your quick reply. > > I am using openvswitch version 2.0.2 and ryu as controller on mininet. As per > your suggestion I sent an email to openflow-dev regarding this issue

Re: [Ryu-devel] Simple_switch with ofctl_rest.py features

2014-12-01 Thread Minoru TAKAHASHI
Hi,Sandhya On 2014年12月02日 08:28, varanasi sandhya wrote: > Hi All > > I am a master's student working on a project involving RYU controller. Would > like to know if both simple_switch_13.py and ofctl_rest.py functionalities > can be used together or not? > > The controller should be acceptin