]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: northbound changes for the rib model
authorChirag Shah <chirag@cumulusnetworks.com>
Fri, 28 Feb 2020 02:38:24 +0000 (18:38 -0800)
committerChirag Shah <chirag@cumulusnetworks.com>
Tue, 12 May 2020 20:25:10 +0000 (13:25 -0700)
commit9d86e091bb2bf1a1385408631c90a4bf3694468f
tree8c1a576332be502119eea50b7fbe987c843e9a7d
parent02b89bdca2152ade522a10cc26bacae4aa660b84
zebra: northbound changes for the rib model

This commit implements:
RIB operational list create/destroy.
Walk over RIB tables using keys.
The first RIB table will be IPV4/unicast (table-id 254)
will be fetched.
Create a new api to fetch RIB table based on
afi-safi and table id as the keys.

remove mandatory true statement from the leaf which
is part of the list key.

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
yang/frr-zebra.yang
zebra/zebra_nb_config.c
zebra/zebra_nb_state.c
zebra/zebra_router.c
zebra/zebra_router.h