]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Note when the netlink DUMP command is interrupted
authorDonald Sharp <sharpd@nvidia.com>
Fri, 25 Mar 2022 23:08:14 +0000 (19:08 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 25 Mar 2022 23:08:14 +0000 (19:08 -0400)
commit2f71996a68f1b36116c4fe74da7b3f65ccca1748
tree18492d5d1790a14fbfce56cc68244bbac0ddc349
parent5bc17d7bd098fdde04f8ae2257d7f7ff974d84cd
zebra: Note when the netlink DUMP command is interrupted

There exists code paths in the linux kernel where a dump command
will be interrupted( I am not sure I understand what this really
means ) and the data sent back from the kernel is wrong or incomplete.

At this point in time I am not 100% certain what should be done, but
let's start noticing that this has happened so we can formulate a plan
or allow the end operator to know bad stuff is a foot at the circle K.

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