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" <b...@ovn.org> 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=<EID_ADDRESS>,
> > action=set_field:<RLOC_ADDRESS>->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

Reply via email to