From 6fd8972aef60be1b329831ecf8b0394a59bf2159 Mon Sep 17 00:00:00 2001 From: Chirag Shah Date: Wed, 11 Mar 2020 13:14:08 -0700 Subject: *: include vrf northbound module in init Signed-off-by: Chirag Shah --- babeld/babel_main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'babeld') 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, -- cgit v1.2.3