Re: [Ryu-devel] Add Flow with eth_dst with MASK

2014-05-29 Thread takahashi.minoru
Hi , >> Is there any app which support utilization of curl command to set mask for >> eth_dst? OK, I will make a patch. Please wait for a while. On Thu, 29 May 2014 10:25:04 +0900 takahashi.minoru wrote: > On Wed, 28 May 2014 15:27:07 +0530 > Sujai Mutharasu wrote: >> Hi , >> >> Yes , I am

Re: [Ryu-devel] Add Flow with eth_dst with MASK

2014-05-28 Thread takahashi.minoru
On Wed, 28 May 2014 15:27:07 +0530 Sujai Mutharasu wrote: > Hi , > > Yes , I am using ofctl_rest.py. > Thanks for your reply > > Is there any app which support utilization of curl command to set mask for > eth_dst? Unfortunately, there is no such app, as far as I know. > > Thanks once ag

Re: [Ryu-devel] Add Flow with eth_dst with MASK

2014-05-28 Thread Sujai Mutharasu
Hi , Yes , I am using ofctl_rest.py. Thanks for your reply Is there any app which support utilization of curl command to set mask for eth_dst? Thanks once again On 05/28/2014 02:00 PM, takahashi.minoru wrote: On Tue, 27 May 2014 09:45:33 +0530 Sujai Mutharasu wrote: HI , For

Re: [Ryu-devel] Add Flow with eth_dst with MASK

2014-05-28 Thread takahashi.minoru
On Tue, 27 May 2014 09:45:33 +0530 Sujai Mutharasu wrote: > HI , > > For creating flow with match: eth_dst , Following is the part of > the string i pass with curl. > >curl -d '{"cookie":"0", > "priority":" 32768", > "actions": > [{"port":2,

[Ryu-devel] Add Flow with eth_dst with MASK

2014-05-26 Thread Sujai Mutharasu
HI , For creating flow with match: eth_dst , Following is the part of the string i pass with curl. curl -d '{"cookie":"0", "priority":" 32768", "actions": [{"port":2, "type":"OUTPUT"}], "match":{"eth_dst":"00:11:11:11:11:11"}}'