]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: debug_nl.c ensure we can read RTM_NEWNEIGH bridge nested attrs
authorDonald Sharp <sharpd@nvidia.com>
Thu, 28 Oct 2021 12:16:49 +0000 (08:16 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 28 Oct 2021 12:16:49 +0000 (08:16 -0400)
commit7090c9253de26fd8742f12858e5ef604328341cd
tree30eb0eaa43f77d1adef0e1b348a04a3afa1991db
parent6e1e2e8da971bbdc1d4dc79012a81282f92dde00
zebra: debug_nl.c ensure we can read RTM_NEWNEIGH bridge nested attrs

The kernel can return to us nested attributes for BRIDGE RTM_NEWNEIGH
attributes.  Just ensure that we can parse and read them.

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