"set Bridge br0 mirrors=@m" sets the new mirror as the only mirror. You can use the "add" command, instead, if you want to add a mirror instead of replacing the existing one.
On Wed, Mar 14, 2012 at 12:07:21PM +0530, sonny sonny wrote: > ovs-vsctl -- set Bridge br0 mirrors=@m -- -- id=@eth0 get Port vnet0 -- > --id=@eth1 get Port vnet1 -- --id=@m create Mirror name=mymirror > select-src-port=@eth0 > output-port=@eth1 > > > ovs-vsctl list mirror > > If I used mirror command again with different name of mirror and ports > then "list" command showing the last mirror only, it is overwriting first > one. > > -Sonny > > > On Wed, Mar 14, 2012 at 10:46 AM, Ben Pfaff <[email protected]> wrote: > > > On Wed, Mar 14, 2012 at 10:43:26AM +0530, sonny sonny wrote: > > > can you please tell how can I add more than one mirror on a bridge. > > > when I am doing this it is overwriting the existing one. can verify wtht > > > list comamnd. > > > > What commands are you running now? > > _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
