ryran/xsos

xsos -i fails to find ips for NICs when old-style aliases in use and root NIC has no IP defined

Opened this issue · 0 comments

ryran commented

Uhhh this is a crazy uncommon edge-case but sure ...

$ cat etc/sysconfig/network-scripts/ifcfg-bond0.130
DEVICE=bond0:130
ONBOOT=yes
BOOTPROTO=static
USERCTL=no
IPADDR=10.x.y.z
NETWORK=10.x.y.z
NETMASK=255.255.255.0
MTU=9000
$ cat etc/sysconfig/network-scripts/ifcfg-bond0
DEVICE=bond0
ONBOOT=yes
BOOTPROTO=none
USERCTL=no
MTU=9000