On Monday 30 July 2012 13:02:24 Plamen Dimitrov wrote:
> --- a/client/virt/kvm_vm.py
> +++ b/client/virt/kvm_vm.py
> @@ -1406,7 +1406,7 @@ class VM(virt_vm.BaseVM):
>                                      % (nic.nic_name, mac_source.name))
>                      nic.mac = mac_source.get_mac_address(nic.nic_name)
>                  if nic.nettype == 'bridge' or nic.nettype == 'network':
> -                    if not nic.get('tapfd'):
> +                    if True: #not nic.get('tapfd'):
>                          nic.tapfd = str(virt_utils.open_tap("/dev/net/tun",
> nic.ifname, vnet_hdr=False))
> 
> I have the newest autotest version which contains a patch solving similar
> nic problems. Perhaps something is missed by the patch.

Oh, I just saw this has already been fixed in the recent git tree. Thanks!

Plamen

_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to