diff options
| author | Chirag Shah <chirag@cumulusnetworks.com> | 2020-01-29 09:38:03 -0800 |
|---|---|---|
| committer | Santosh P K <sapk@vmware.com> | 2020-04-16 08:13:12 -0700 |
| commit | ce45ffe73bfc42ec27da5ddbccf4a16b4c6f41f0 (patch) | |
| tree | f5a1ceca6ac15f1263dd6d523c759258bc2b944b /zebra/main.c | |
| parent | 0d2e2bd138ba41c03c0958c5f3c1c32c21f0207b (diff) | |
zebra: nb callbacks support
Definition of the northbound callbacks
and associated YANG data paths for zebra.
Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Diffstat (limited to 'zebra/main.c')
| -rw-r--r-- | zebra/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/main.c b/zebra/main.c index 380d44644c..e230a744f6 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -54,6 +54,7 @@ #include "zebra/zebra_pbr.h" #include "zebra/zebra_vxlan.h" #include "zebra/zebra_routemap.h" +#include "zebra/zebra_nb.h" #if defined(HANDLE_NETLINK_FUZZING) #include "zebra/kernel_netlink.h" |
