Hi guys,

Today I created a port mirror acorrding to the manual of ovs-vsctl:

*
ovs-vsctl -- set Bridge br0 mirrors=@m \*

*-- --id=@eth0 get Port eth0 \*

*-- --id=@eth1 get Port eth1 \*

*-- --id=@eth2 get Port eth2 \*

*-- --id=@m create Mirror name=mymirror select-dst-port=@eth0,@eth1
select-src-port=@eth0,@eth1 output-port=@eth2*


But when i use the following the command to remove the mirror:

*
remove Bridge br0 mirrors mymirror*

*
*

I found i can not remove it. so i tried: ovs-vsctl remove Bridge br0
mirrors mymirror. But it still doesn't work. Next i use the ovs-vsctl list
bridge to check the column mirrors, i found its value is a uuid. so i tried:

*ovs-vsctl remove Bridge br0 mirrors <mymirror_uuid>*


the above command is ok.

Is this is known issue? if not, please also update the manual pages.


Thanks in advanced,

Kris



*
*
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to