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:
Thomas Haller 2023-01-04 11:12:55 +01:00
parent 6fc0dc3fcb
commit 7752b2e059
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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;
}