On Wed, Apr 11, 2012 at 09:48:17PM -0700, saeedeh motlagh wrote: > you mean after the bridge is created and interfaces are added to it, the > "ovs-vsctl list interface" shows system information such as speed, duplex > and etc. in the status row, right?
Yes. > is there any openvswitch command to change the duplex mode and speed of > interface? There is some limited ability to change a few port parameters through OpenFlow. You can use "ovs-ofctl port-mod" to do that, although OVS 1.1 had fewer features in that command. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
