hi, all: I tried to mirror the OVS bridge with a patch port, it just get the egress packages, my OVS bridge version is 2.0.2, and i found someone got a similar problem before, http://comments.gmane.org/gmane.linux.network.openvswitch.general/9786 and http://openvswitch.org/pipermail/discuss/2014-December/016079.html
dose this problem is a bug? my kernel is Linux 3.13.0-45-generic #74-Ubuntu SMP Tue Jan 13 19:36:28 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux and my ovs version is openvswitch-switch 2.0.2-0ubuntu0.14.04.1 this is my steps for mirroring: ip link add name snooper0 type dummy ip link set dev snooper0 up ovs-vsctl add-port br-int snooper0 ovs-vsctl -- set Bridge br-int mirrors=@m -- --id=@ss get Port snooper0 -- --id=@m create Mirror name=mymirror select_all=true output-port=@ss sorry to touble you. farewell
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss