|
|
|
|
|
|
|
|
|
|
xen-api
[Xen-API] xe-reset-networking error
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
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-API] xe-reset-networking error,
Adrian Costin <=
|
|
|
|
|