]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Continue fpm_read when we decide a netlink message is not needed
authorDonald Sharp <sharpd@nvidia.com>
Tue, 10 Jan 2023 13:36:50 +0000 (08:36 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 10 Jan 2023 13:36:50 +0000 (08:36 -0500)
commitc0275ab189d619c2f688a383e5e83183f02eaf6f
tree468833f5a415aee04e34968baa1346910d4bf297
parent6f0898f5e6b2da6af062f783e97dccf8d27bf283
zebra: Continue fpm_read when we decide a netlink message is not needed

When FRR receives a netlink message that it decides to stop parsing
it returns a 0 ( instead of a -1 ).  Just make the dplane continue
reading other data instead of aborting the read.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/dplane_fpm_nl.c