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
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
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
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,
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"}}'