]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_nb.c
zebra: nb callbacks support
authorChirag Shah <chirag@cumulusnetworks.com>
Wed, 29 Jan 2020 17:38:03 +0000 (09:38 -0800)
committerSantosh P K <sapk@vmware.com>
Thu, 16 Apr 2020 15:13:12 +0000 (08:13 -0700)
commitce45ffe73bfc42ec27da5ddbccf4a16b4c6f41f0
treef5a1ceca6ac15f1263dd6d523c759258bc2b944b
parent0d2e2bd138ba41c03c0958c5f3c1c32c21f0207b
zebra: nb callbacks support

Definition of the northbound callbacks
and associated YANG data paths for zebra.

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
zebra/main.c
zebra/subdir.am
zebra/zebra_nb.c [new file with mode: 0644]
zebra/zebra_nb.h [new file with mode: 0644]
zebra/zebra_nb_config.c [new file with mode: 0644]
zebra/zebra_nb_rpcs.c [new file with mode: 0644]
zebra/zebra_nb_state.c [new file with mode: 0644]
zebra/zebra_northbound.c [deleted file]