diff options
author | Chirag Shah <chirag@cumulusnetworks.com> | 2020-03-11 21:14:08 +0100 |
---|---|---|
committer | Santosh P K <sapk@vmware.com> | 2020-04-16 17:00:15 +0200 |
commit | 6fd8972aef60be1b329831ecf8b0394a59bf2159 (patch) | |
tree | a6f0c85ac321fcfcae6211bba2cf98ab6c74e7f1 /ldpd/ldpd.c | |
parent | lib: vrf northbound callbacks (diff) | |
download | frr-6fd8972aef60be1b329831ecf8b0394a59bf2159.tar.xz frr-6fd8972aef60be1b329831ecf8b0394a59bf2159.zip |
*: include vrf northbound module in init
Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Diffstat (limited to 'ldpd/ldpd.c')
-rw-r--r-- | ldpd/ldpd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ldpd/ldpd.c b/ldpd/ldpd.c index 741c8c465..a8fe756df 100644 --- a/ldpd/ldpd.c +++ b/ldpd/ldpd.c @@ -180,6 +180,7 @@ static struct quagga_signal_t ldp_signals[] = }; static const struct frr_yang_module_info *const ldpd_yang_modules[] = { + &frr_vrf_info, }; FRR_DAEMON_INFO(ldpd, LDP, |