summaryrefslogtreecommitdiffstats
path: root/ldpd
diff options
context:
space:
mode:
authorRafael Zalamena <rzalamena@opensourcerouting.org>2020-05-04 23:56:56 +0200
committerRafael Zalamena <rzalamena@opensourcerouting.org>2020-06-05 19:36:54 +0200
commitfb7f5aa8d6437458e6aa53fdd4298ffb8e435452 (patch)
tree160b3c0c5f3dd0624a5eeec9985f7f1355cb5ec8 /ldpd
parentlib: implement legacy prefix list behaviour (diff)
downloadfrr-fb7f5aa8d6437458e6aa53fdd4298ffb8e435452.tar.xz
frr-fb7f5aa8d6437458e6aa53fdd4298ffb8e435452.zip
*: integrate remaining daemons with filter
Don't crash when trying to `show running-config` because of missing filter northbound integration. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'ldpd')
-rw-r--r--ldpd/ldpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldpd/ldpd.c b/ldpd/ldpd.c
index c6126b939..56734a4f7 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_filter_info,
&frr_vrf_info,
};