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.
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)
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
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
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 accepting flow entries with curl commands while
using ofctl_rest.py and also should