mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-06 16:29:09 +00:00
Merge pull request #12620 from donaldsharp/continue_reading
zebra: Continue fpm_read when we decide a netlink message is not needed
This commit is contained in:
commit
f931e35b59
@ -604,7 +604,10 @@ static void fpm_read(struct thread *t)
|
|||||||
hdr, 0, false, ctx) != 1) {
|
hdr, 0, false, ctx) != 1) {
|
||||||
dplane_ctx_fini(&ctx);
|
dplane_ctx_fini(&ctx);
|
||||||
stream_pulldown(fnc->ibuf);
|
stream_pulldown(fnc->ibuf);
|
||||||
return;
|
/*
|
||||||
|
* Let's continue to read other messages
|
||||||
|
* Even if we ignore this one.
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user