Re: [libvirt] [PATCH tck] 220-no-ip-spoofing.t: Don't use a static netmask

2014-04-15 Thread Daniel P. Berrange
On Tue, Apr 01, 2014 at 05:24:33PM -0600, Mike Latimer wrote: > For environments not using a /24 netmask, this test can end up in a hung > state. This patch reads the netmask from the nic and uses it later when > ip addresses are changed and restored. > > --- > scripts/nwfilter/220-no-ip-spoofing

[libvirt] [PATCH tck] 220-no-ip-spoofing.t: Don't use a static netmask

2014-04-01 Thread Mike Latimer
For environments not using a /24 netmask, this test can end up in a hung state. This patch reads the netmask from the nic and uses it later when ip addresses are changed and restored. --- scripts/nwfilter/220-no-ip-spoofing.t | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --gi