diff --git a/kickstart/files/miniboot.cfg b/kickstart/files/miniboot.cfg index 4b33af64..aa9a4e3b 100644 --- a/kickstart/files/miniboot.cfg +++ b/kickstart/files/miniboot.cfg @@ -1586,8 +1586,8 @@ else ilog "Wait 10s to settle interface..." sleep 10 - ilog "ip ${BOOTPARAM_IP_VER} route add default ${BOOTPARAM_ROUTE_OPTIONS} dev ${mgmt_dev} ${BOOTPARAM_METRIC}" - ip ${BOOTPARAM_IP_VER} route add default ${BOOTPARAM_ROUTE_OPTIONS} dev ${mgmt_dev} ${BOOTPARAM_METRIC} + ilog "ip ${BOOTPARAM_IP_VER} route add default ${BOOTPARAM_ROUTE_OPTIONS} dev ${mgmt_iface} ${BOOTPARAM_METRIC}" + ip ${BOOTPARAM_IP_VER} route add default ${BOOTPARAM_ROUTE_OPTIONS} dev ${mgmt_iface} ${BOOTPARAM_METRIC} ilog "ip ${BOOTPARAM_IP_VER} addr:" ip ${BOOTPARAM_IP_VER} addr show ilog "ip ${BOOTPARAM_IP_VER} route:"