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

Limaye, Namrata namrata.limaye at intel.com
Tue Aug 21 18:22:28 UTC 2018


Hi Ben,

This is the configuration -

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 name=mirror1 select-src-port=@eth0.128, at p output-port=@eth0.129 -- set Bridge br0 mirrors=@m

Thanks
Namrata

-----Original Message-----
From: Ben Pfaff [mailto:blp at ovn.org] 
Sent: Tuesday, August 21, 2018 11:15 AM
To: Limaye, Namrata <namrata.limaye at intel.com>
Cc: bugs at openvswitch.org; ovs-dev at openvswitch.org; Saha, Gargi <gargi.saha at intel.com>; Choi, James <james.choi at intel.com>
Subject: Re: [ovs-dev] RX Mirroing issue with Decap in vxlan case

On Fri, Aug 17, 2018 at 06:55:39PM +0000, 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<mailto:--id=@eth0.128> get Port eth0.128 -- --id=@eth0.129<mailto:--id=@eth0.129> get Port eth0.129 -- --id=@m create Mirror name=mirror1 select-src-port=@eth0.128, at p<mailto:select-src-port=@eth0.128, at p> output-port=@eth0.129<mailto:output-port=@eth0.129> -- set Bridge br0 mirrors=@m”.
> 
> The order of action and ports is wrong. This is the order –
> 
> 
> 1.       Release action
> 
> 2.       Mirror port (Non vxlan)
> 
> 3.       Output port (VXlan)
> 
> For actions to be applied in the right order – the order should be –
> 
> 1.       Mirror port (non vxlan)
> 
> 2.       Release action
> 
> 3.       Output port (VXlan)

What's a release action?

Can you provide your configuration without corrupting it with <mailto:...>?

Thanks,

Ben.


More information about the dev mailing list