Re: [ovs-dev] RX Mirroing issue with Decap in vxlan case

2018-08-22 Thread Simon Horman
l_msg_put_act_tunnel_key_release(request); > > >>nl_msg_end_nested(request, act_offset); > > >>} > > >> > > >> The ENCAP action is added fine in order within ' case TC_ACT_ENCAP:' > > >> > > >> Thanks > > &g

Re: [ovs-dev] RX Mirroing issue with Decap in vxlan case

2018-08-21 Thread Ben Pfaff
e in order within ' case TC_ACT_ENCAP:' > >> > >> Thanks > >> Namrata > >> > >> > >> -----Original Message- > >> From: Limaye, Namrata > >> Sent: Tuesday, August 21, 2018 11:22 AM > >> To: 'Ben Pfaf

Re: [ovs-dev] RX Mirroing issue with Decap in vxlan case

2018-08-21 Thread Limaye, Namrata
n order within ' case TC_ACT_ENCAP:' >> >> Thanks >> Namrata >> >> >> -Original Message- >> From: Limaye, Namrata >> Sent: Tuesday, August 21, 2018 11:22 AM >> To: 'Ben Pfaff' >> Cc: b...@openvswitch.o

Re: [ovs-dev] RX Mirroing issue with Decap in vxlan case

2018-08-21 Thread Ben Pfaff
eth0.129 -- --id=@m create Mirror name=mirror1 > select-src-port=@eth0.128,@p output-port=@eth0.129 -- set Bridge br0 > mirrors=@m > > Thanks > Namrata > > -Original Message- > From: Ben Pfaff [mailto:b...@ovn.org] > Sent: Tuesday, August 21, 2018 11:15 AM > To:

Re: [ovs-dev] RX Mirroing issue with Decap in vxlan case

2018-08-21 Thread Limaye, Namrata
11:22 AM To: 'Ben Pfaff' Cc: b...@openvswitch.org; ovs-dev@openvswitch.org; Saha, Gargi ; Choi, James Subject: RE: [ovs-dev] RX Mirroing issue with Decap in vxlan case Hi Ben, This is the configuration - ovs-vsctl -- --id=@p get port vxlan0 -- --id=@eth0.128 get Port eth0.128 --

Re: [ovs-dev] RX Mirroing issue with Decap in vxlan case

2018-08-21 Thread Limaye, Namrata
Message- From: Ben Pfaff [mailto:b...@ovn.org] Sent: Tuesday, August 21, 2018 11:15 AM To: Limaye, Namrata Cc: b...@openvswitch.org; ovs-dev@openvswitch.org; Saha, Gargi ; Choi, James Subject: Re: [ovs-dev] RX Mirroing issue with Decap in vxlan case On Fri, Aug 17, 2018 at 06:55:39PM +

Re: [ovs-dev] RX Mirroing issue with Decap in vxlan case

2018-08-21 Thread Ben Pfaff
On Fri, Aug 17, 2018 at 06:55:39PM +, Limaye, Namrata wrote: > > Hi, > > I am facing an issue with Decap in RX Mirroring case (select_src_port) for > Vxlan. With the following config – > > ovs-vsctl -- --id=@p get port vxlan0 -- --id=@eth0.128 > get Port eth0.128 --

[ovs-dev] RX Mirroing issue with Decap in vxlan case

2018-08-17 Thread Limaye, Namrata
Hi, I am facing an issue with Decap in RX Mirroring case (select_src_port) for Vxlan. With the following config – ovs-vsctl -- --id=@p get port vxlan0 -- --id=@eth0.128 get Port eth0.128 -- --id=@eth0.129 get Port eth0.129 -- --id=@m create Mirror