← Back to team overview

cloud-init team mailing list archive

Re: use of network utilities

 

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
rjschwei@xxxxxxxx
IRC: robjo

Attachment: signature.asc
Description: OpenPGP digital signature


References