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 -- [email protected]<mailto:[email protected]> get Port eth0.128 -- [email protected]<mailto:[email protected]> get Port eth0.129 -- --id=@m create Mirror name=mirror1 [email protected],@p<mailto:[email protected],@p> [email protected]<mailto:[email protected]> -- 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) I tried to look if any fixes are available but did not find any. Could you please suggest a solution? Thanks Namrata _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
