summaryrefslogtreecommitdiff
path: root/lib/command_py.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-10-04 08:51:38 -0400
committerDonald Sharp <sharpd@nvidia.com>2022-10-04 15:05:44 -0400
commit451165eb57cd12795d8260ef927ce3d5ee4af9ed (patch)
tree117529563c64c7b21e8ad38d8a26c3503045fa41 /lib/command_py.c
parent4b72a7be697fcd69b0d17ebc5b28bb2b0fe55e0d (diff)
zebra: Allow tunneldump data to work properly on non-supported kernels
When zebra requests tunnel data it is sending a RTM_GETTUNNEL per interface that is a VXLAN tunnel. If the kernel that is being used does not support the particular request type then zebra will get a error message per tunnel request back. Unfortunately netlink_parse_info *stops* reading on the first error message. Therefor one kernels that are returning an error message let's gather all of those errors. This will allow things like route reads to actually work properly Fixes: #12056 Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/command_py.c')
0 files changed, 0 insertions, 0 deletions