Re: [ovs-discuss] the interface table doesn't update correctly

2012-04-11 Thread Ben Pfaff
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 c

Re: [ovs-discuss] the interface table doesn't update correctly

2012-04-11 Thread saeedeh motlagh
thanks Ben for your reply. 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? is there any openvswitch command to change the duplex mode and speed of interface? thanks

Re: [ovs-discuss] the interface table doesn't update correctly

2012-04-11 Thread Ben Pfaff
On Wed, Apr 11, 2012 at 02:16:01AM -0700, saeedeh motlagh wrote: > I've installed Openvswitch 1.1.0 on FreeBSD 9. i read in documents that > status row in interface table update every 5 seconds. i run the below > command: > > ovs-vsctl set interface em0 status:link-speed=1000 That command does

[ovs-discuss] the interface table doesn't update correctly

2012-04-11 Thread saeedeh motlagh
hello guys, I've installed Openvswitch 1.1.0 on FreeBSD 9. i read in documents that status row in interface table update every 5 seconds. i run the below command: ovs-vsctl set interface em0 status:link-speed=1000 then i change my em0 speed to 100 with "ifconfig" command but the status in inter