]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Add ability to note that a address is NOPREFIXROUTE
authorDonald Sharp <sharpd@nvidia.com>
Wed, 6 Dec 2023 13:24:01 +0000 (08:24 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 6 Dec 2023 14:27:52 +0000 (09:27 -0500)
commit466ad88ce12af8d613600717def6a17dc6283ee8
tree9fedf8f9faf84875d906cc14d6c87598e29035b8
parent04fe6df770ce83104058a77b1e072e8b16fee919
zebra: Add ability to note that a address is NOPREFIXROUTE

The linux kernel can send up a flag that tells us that the
connected address is not a PREFIXROUTE.  Add the ability
to note this and pass it up from the data plane.

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