]> git.puffer.fish Git - matthieu/frr.git/commit
lib: add common NHT update decode callback
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 29 Nov 2022 11:09:45 +0000 (12:09 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Mon, 20 Nov 2023 10:24:21 +0000 (11:24 +0100)
commitb951e593004a8e85276dd9b8a36e72263d6d7743
tree7af92c2fcbdea922642cb0cc20b499a8bbfbf5f0
parentf9012ed5cf9ade94e73744e7dc61f671ea596c40
lib: add common NHT update decode callback

All users of `ZEBRA_NEXTHOP_UPDATE` check the VRF and then call into
`zapi_nexthop_update_decode` before further processing.  Begin moving
this into common code in lib/.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/zclient.c
lib/zclient.h