]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Add `zrouter.asic_notification_nexthop_control`
authorDonald Sharp <sharpd@nvidia.com>
Wed, 5 Oct 2022 14:04:11 +0000 (10:04 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 12 Dec 2022 15:44:57 +0000 (10:44 -0500)
commit06525c4f99d4dcafdf448565f7e11bd70993697d
tree06213c363dedcfb183a8cceefb571442c0d7900c
parent871a16cd7e3671fccf00fc10c1a64dc56f575dd8
zebra: Add `zrouter.asic_notification_nexthop_control`

Volta submitted notification changes for the dplane that had a
special use case for their system.  Volta is no more, the code
is not being actively developed and from talking with ex-Volta
employees there is no current plans to even maintain this code.
Wrap the special handling of nexthops that their asic-dataplane
did in a bit of code to isolate it and allow for future removal,
as that I do not actually believe anyone else is using this code.
Add a CPP_NOTICE several years into the future that will tell us
to remove the code.  If someone starts using it then they will
have to notice this variable to set it and hopefully they will
see my CPP_NOTICE to come talk to us.  If this is being used then
we can just remove this wrapper.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_rib.c
zebra/zebra_router.c
zebra/zebra_router.h
zebra/zebra_vty.c