mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-06 10:18:03 +02:00
parent
f3a60e14e7
commit
02fb3eff48
1 changed files with 2 additions and 2 deletions
|
|
@ -4071,7 +4071,7 @@ do_change_link_request (NMPlatform *platform,
|
||||||
int nle;
|
int nle;
|
||||||
|
|
||||||
if (!nm_platform_netns_push (platform, &netns))
|
if (!nm_platform_netns_push (platform, &netns))
|
||||||
return NM_PLATFORM_ERROR_UNSPECIFIED;
|
return seq_result;
|
||||||
|
|
||||||
retry:
|
retry:
|
||||||
nle = _nl_send_auto_with_seq (platform, nlmsg, &seq_result, NULL);
|
nle = _nl_send_auto_with_seq (platform, nlmsg, &seq_result, NULL);
|
||||||
|
|
@ -4079,7 +4079,7 @@ retry:
|
||||||
_LOGE ("do-change-link[%d]: failure sending netlink request \"%s\" (%d)",
|
_LOGE ("do-change-link[%d]: failure sending netlink request \"%s\" (%d)",
|
||||||
ifindex,
|
ifindex,
|
||||||
nl_geterror (nle), -nle);
|
nl_geterror (nle), -nle);
|
||||||
return NM_PLATFORM_ERROR_UNSPECIFIED;
|
return seq_result;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* always refetch the link after changing it. There seems to be issues
|
/* always refetch the link after changing it. There seems to be issues
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue