]> git.proxmox.com Git - mirror_frr.git/commit - zebra/rt_netlink.c
lib, zebra: Add ability to read kernel notice of Offload Failed
authorDonald Sharp <sharpd@nvidia.com>
Mon, 26 Oct 2020 12:46:57 +0000 (08:46 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sun, 15 Nov 2020 15:12:50 +0000 (10:12 -0500)
commit0d32fbee6dd4f6f09f3a508b7df2585a8a710718
tree423706282f951031294139797ac38e98f3db951c
parent57df06840a043830f0400ec123768660ec700810
lib, zebra: Add ability to read kernel notice of Offload Failed

The linux kernel is getting RTM_F_OFFLOAD_FAILED for kernel routes
that have failed to offload.  Write the code
to receive these notifications from the linux kernel
and store that data for display about the routes.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
lib/zclient.h
zebra/rt_netlink.c
zebra/zebra_vty.c