Re: [Autotest][PATCH] KVM Test: Update qemu-ifup script to set bridge's forwarding delay to 0.

2010-05-17 Thread Lucas Meneghel Rodrigues
On Mon, 2010-05-10 at 15:41 +0800, Feng Yang wrote: > Our pxe case always fail. The problem is that the bridge takes some time > to enter the forwarding state. Before that, packages are simply dropped by > the bridge. > If one sets: > $ brctl setfd 0 # forward delay = 0 > > It works. Also, per

[Autotest][PATCH] KVM Test: Update qemu-ifup script to set bridge's forwarding delay to 0.

2010-05-10 Thread Feng Yang
Our pxe case always fail. The problem is that the bridge takes some time to enter the forwarding state. Before that, packages are simply dropped by the bridge. If one sets: $ brctl setfd 0 # forward delay = 0 It works. Signed-off-by: Feng Yang --- client/tests/kvm/scripts/qemu-ifup |1 +