Hi, xe-reset-networking has 2 errors on lines 172 and 174. It will complain about the variable "gateway" and "dns" which do not exist. The correct way would be:
if options.gateway != '':
f.write('GATEWAY=' + options.gateway + '\n')
if options.dns != '':
f.write('DNS=' + options.dns + '\n')
This is on 1.0 RC3.
Best regards,
Adrian Costin
_______________________________________________ xen-api mailing list [email protected] http://lists.xensource.com/mailman/listinfo/xen-api
