On 12/17/2017 08:49 AM, Mamfelt wrote: > the command ‘ip’ and family do not exist on AIX.
That would imply that some network related functionality is already
broken, as stated in my original e-mail:
"""
cloudinit/net/__init__.py the 'ip' command is used unconditionally
"""
thus if AIX is a target, then that should already be guarded with a
if util.which('ip'):
....
else:
# Try ifconfig
Later,
Robert
--
Robert Schweikert MAY THE SOURCE BE WITH YOU
Distinguished Architect LINUX
Team Lead Public Cloud
[email protected]
IRC: robjo
signature.asc
Description: OpenPGP digital signature
-- Mailing list: https://launchpad.net/~cloud-init Post to : [email protected] Unsubscribe : https://launchpad.net/~cloud-init More help : https://help.launchpad.net/ListHelp

