summaryrefslogtreecommitdiffstats
path: root/lib/routing_nb.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/routing_nb.c')
-rw-r--r--lib/routing_nb.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/routing_nb.c b/lib/routing_nb.c
index 3d837bc..33372d1 100644
--- a/lib/routing_nb.c
+++ b/lib/routing_nb.c
@@ -27,3 +27,13 @@ const struct frr_yang_module_info frr_routing_info = {
},
}
};
+
+const struct frr_yang_module_info frr_routing_cli_info = {
+ .name = "frr-routing",
+ .ignore_cfg_cbs = true,
+ .nodes = {
+ {
+ .xpath = NULL,
+ },
+ }
+};