]> git.puffer.fish Git - mirror/frr.git/commit
lib, zebra: Add ability to read kernel notice of TRAP/OFFLOAD 7155/head
authorDonald Sharp <sharpd@nvidia.com>
Fri, 18 Sep 2020 19:47:27 +0000 (15:47 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 22 Sep 2020 19:57:43 +0000 (15:57 -0400)
commit5a3cf85391b3665b5344d577e98aaa29a1927818
tree3a741a61822632d23877cf37a9f25999dd482fe1
parent4c56ce1cead5f6514ea2af34f0b7a07c35746520
lib, zebra: Add ability to read kernel notice of TRAP/OFFLOAD

The linux kernel is getting RTM_F_TRAP and RTM_F_OFFLOAD for
kernel routes that have an underlying asic offload.  Write the
code to receive these notifications from the linux kernel and
to store that data for display about the routes.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/route_types.pl
lib/zclient.h
tests/topotests/lib/topotest.py
zebra/rt_netlink.c
zebra/zebra_vty.c