Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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