summaryrefslogtreecommitdiff
path: root/zebra/zebra_nb.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_nb.c')
-rw-r--r--zebra/zebra_nb.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/zebra/zebra_nb.c b/zebra/zebra_nb.c
index 83d89fa7b7..f45ce03956 100644
--- a/zebra/zebra_nb.c
+++ b/zebra/zebra_nb.c
@@ -52,6 +52,12 @@ const struct frr_yang_module_info frr_zebra_info = {
}
},
{
+ .xpath = "/frr-zebra:zebra/state/ipv6-forwarding",
+ .cbs = {
+ .get_elem = zebra_ipv6_forwarding_get_elem,
+ }
+ },
+ {
.xpath = "/frr-zebra:zebra/workqueue-hold-timer",
.cbs = {
.modify = zebra_workqueue_hold_timer_modify,