Hi, I am executing port mirroring on OVS. I created the following mirror:
ovs-vsctl -- set Bridge br0 mirrors=@m -- --id=@eth0 get Port eth0 -- --id=@eth1 get Port eth1 -- --id=@m create Mirror name=mymirror select-dst-port=@eth0 output-port=@eth1 output-vlan=12 I am sending vlan id 2 tagged packets on port eth0. As per the mirror created, packets should be mirrored on port eth1 and vlan id in the packets should be 12. But packets received after mirroring on port eth1 have unchanged vlan id(2). When I don't mention "output-port" in the mirror command, packets received on eth1 have updated vlan id(12). Please let me know if this is a bug or desired behaviour?? Regards, Anish
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
