Re: [ovs-discuss] Ovs flow tables

2017-03-05 Thread Ben Pfaff
Please don't drop the list.

Use shell quoting so that > does not redirect to a file.

On Sun, Mar 05, 2017 at 11:32:57AM +0100, Massimiliano Gualtieri wrote:
> Sorry i don't understand your reply
> 
> Il 04/mar/2017 17:10, "Ben Pfaff"  ha scritto:
> 
> > On Sat, Mar 04, 2017 at 10:06:57AM +0100, Massimiliano Gualtieri wrote:
> > > Hi everyone,
> > >
> > > i want to add a rule on my ovs that encapsulate IP packets that arrives
> > on
> > > eth0 and forward it to lisp0
> > >
> > > i'm triing to add this rule:
> > > ovs-ofctl add-flow br0
> > > priority=1,in_port=1,dl_type=0x0800,nw_src=,
> > action=set_field:->tun_dst,output:2
> > >
> > > when i put this rule on ovs it return me an error:
> > >  missing `->'
> > >
> > > How can i solve this?
> >
> > Shell quoting with ''.
> >
___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss


Re: [ovs-discuss] Ovs flow tables

2017-03-04 Thread Ben Pfaff
On Sat, Mar 04, 2017 at 10:06:57AM +0100, Massimiliano Gualtieri wrote:
> Hi everyone,
> 
> i want to add a rule on my ovs that encapsulate IP packets that arrives on
> eth0 and forward it to lisp0
> 
> i'm triing to add this rule:
> ovs-ofctl add-flow br0
> priority=1,in_port=1,dl_type=0x0800,nw_src=,action=set_field:->tun_dst,output:2
> 
> when i put this rule on ovs it return me an error:
>  missing `->'
> 
> How can i solve this?

Shell quoting with ''.
___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss