Skip to content

In network disable and NetworkManager enable, the network failed to start the NIC. Β #253

@shangli-HW

Description

@shangli-HW

In the case of network disable and NetworkManager enable, the network is started for the first time, and the network fails to read ifcfg-ethx file.

ifup: "[ -n "${DEVICE}" ] && is_nm_handling ${DEVICE} && exit 0" will exit 0.

if [ "$_use_nm" = "true" -a -n "$UUID" -a "$REALDEVICE" != "lo" ]; then
if [ "foo$2" = "fooboot" ] && [ "${TYPE}" = "Wireless" ]; then
exit 0
fi
[ -n "${DEVICE}" ] && is_nm_handling ${DEVICE} && exit 0
nmcli con up uuid "$UUID"
exit $?
fi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions