summaryrefslogtreecommitdiffstats
path: root/babeld
diff options
context:
space:
mode:
Diffstat (limited to 'babeld')
-rw-r--r--babeld/babel_main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/babeld/babel_main.c b/babeld/babel_main.c
index 6f4b905c1..e7ba29ed0 100644
--- a/babeld/babel_main.c
+++ b/babeld/babel_main.c
@@ -136,10 +136,10 @@ struct option longopts[] =
{ 0 }
};
-static const struct frr_yang_module_info *const babeld_yang_modules[] =
- {
- &frr_interface_info,
- };
+static const struct frr_yang_module_info *const babeld_yang_modules[] = {
+ &frr_interface_info,
+ &frr_vrf_info,
+};
FRR_DAEMON_INFO(babeld, BABELD,
.vty_port = BABEL_VTY_PORT,