summaryrefslogtreecommitdiffstats
path: root/babeld
diff options
context:
space:
mode:
authorChirag Shah <chirag@cumulusnetworks.com>2020-03-11 21:14:08 +0100
committerSantosh P K <sapk@vmware.com>2020-04-16 17:00:15 +0200
commit6fd8972aef60be1b329831ecf8b0394a59bf2159 (patch)
treea6f0c85ac321fcfcae6211bba2cf98ab6c74e7f1 /babeld
parentlib: vrf northbound callbacks (diff)
downloadfrr-6fd8972aef60be1b329831ecf8b0394a59bf2159.tar.xz
frr-6fd8972aef60be1b329831ecf8b0394a59bf2159.zip
*: include vrf northbound module in init
Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
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,