Hi guys, When I used the sudo ovs-vsctl list interface, I can get the parameters of the interface something like this.
_uuid : 921d913d-d22b-471e-a179-d540bd92dbcd admin_state : up cfm_fault : [] cfm_fault_status : [] cfm_health : [] cfm_mpid : [] cfm_remote_mpids : [] cfm_remote_opstate : [] duplex : full external_ids : {} ingress_policing_burst: 0 ingress_policing_rate: 0 lacp_current : [] link_resets : 0 link_speed : 10000000000 Is there any way to change to link_speed ? I tried a lot command like sudo ovs-vsctl add-port s1 eth0 link_speed=10000. It doesn't work. I also found some mails 1 or 2 years ago asking same question, the reply for the question at that time is no way to change it. How about now? If we can't change the link_speed from the CLI, how about changing it from the source code? Any hint for this question. I'm using the openvswitch 1.9.3. If I upgrade to 2.3, Can this problem be solved? Thanks in advance -- Thanks Tim
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss