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 not make sense. The "status" column reports the current status. Setting its value will not have any effect beyond confusion. > then i change my em0 speed to 100 with "ifconfig" command but the status in > interface table doesn't updates. anybody knows whats wrong here? Perhaps the FreeBSD port is incomplete and does not properly report current link speed. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
