I believe the local action is the same than the normal one:
you simply append local/normal to your action list (skipping the
output: part) like this:

sudo ovs-ofctl --strict add-flow $BR
priority=100,hard_timeout=0,tcp,nw_src=$IP2,actions=mod_nw_src=$IP1,local

I guess that if you want to stick with an 'output:'  style then doing
output:65534 should work (although this value probably depends on the
OpenFlow version you're using)

On 24 March 2014 11:54, Ramana Reddy <[email protected]> wrote:
> The following command throwing error while adding the flow:
> sudo ovs-ofctl --strict add-flow $BR
> priority=100,hard_timeout=0,tcp,nw_src=$IP2,actions=mod_nw_src=$IP1,output:local
>
> Error is: ovs-ofctl: invalid numeric format local
>
> Thanks,
> Ramana.
>
> _______________________________________________
> discuss mailing list
> [email protected]
> http://openvswitch.org/mailman/listinfo/discuss
>
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to