mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 09:20:20 +01:00
platform: abort handling routes in _rtnl_handle_msg() when resync is required
There really is nothing left to do. Skip the rest and do a resync.
This commit is contained in:
parent
6fc0dc3fcb
commit
7752b2e059
1 changed files with 2 additions and 0 deletions
|
|
@ -7920,6 +7920,8 @@ _rtnl_handle_msg(NMPlatform *platform, const struct nl_msg_lite *msg)
|
|||
delayed_action_schedule(platform,
|
||||
delayed_action_refresh_from_needle_object(obj),
|
||||
NULL);
|
||||
/* We are done here. */
|
||||
return;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue