What's wrong with that flow?

On Thu, Dec 14, 2017 at 05:20:02PM -0500, Vasu S wrote:
> Thanks Ben,
> 
> I wanted to know where to find the value for this tun_id for an existing
> GRE tunnel ?
> I want to add a flow which looks like :
> 
> sudo ovs-ofctl -O OpenFlow13 add-flow ovsprx1
> table=0,in_port=4,dl_dst=52:54:00:78:59:82,dl_type=0x0800,nw_dst=10.0.35.12,actions=mod_dl_dst:52:54:00:6c:11:95,
> set_tunnel:0x0,goto_table:10
> 
> So, I need to know the tunnel id to set it.
> Appreciate your help.
> 
> On Thu, Dec 14, 2017 at 5:06 PM, Ben Pfaff <b...@ovn.org> wrote:
> 
> > On Thu, Dec 14, 2017 at 04:54:48PM -0500, Vasu S wrote:
> > > Does any one know any command to find out the GRE tunnel id in OVS.
> > > I need this to configure flows on OF , but don't know how to extract the
> > > tunnel id.
> >
> > OVS calls this the tun_id field.  See ovs-fields(7).
> >
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to