]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_nb.c
zebra: make ribs config false
authorIgor Ryzhov <iryzhov@nfware.com>
Sun, 14 Mar 2021 22:11:15 +0000 (01:11 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 16 Mar 2021 14:25:49 +0000 (17:25 +0300)
commit6c380957494506d3ef62c2244265a91dff5611dc
tree416e49eafa5272e7169a9ca91446c7f8df08d9f1
parent4ba756ed9cf95ba278e940e6c959f1987112e87b
zebra: make ribs config false

Zebra routing tables are not controlled by the user and can not be
created/deleted manually. Current NB create/destroy callbacks are
incorrectly implemented because instead of creating/deleting the RIB
they are only checking for it's existence. YANG model should reflect
the real situation.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
yang/frr-zebra.yang
zebra/zebra_nb.c
zebra/zebra_nb.h
zebra/zebra_nb_config.c
zebra/zebra_nb_state.c