diff options
author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2020-05-04 23:56:56 +0200 |
---|---|---|
committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2020-06-05 19:36:54 +0200 |
commit | fb7f5aa8d6437458e6aa53fdd4298ffb8e435452 (patch) | |
tree | 160b3c0c5f3dd0624a5eeec9985f7f1355cb5ec8 /sharpd | |
parent | lib: implement legacy prefix list behaviour (diff) | |
download | frr-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 'sharpd')
-rw-r--r-- | sharpd/sharp_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sharpd/sharp_main.c b/sharpd/sharp_main.c index 120d70491..db6583638 100644 --- a/sharpd/sharp_main.c +++ b/sharpd/sharp_main.c @@ -112,6 +112,7 @@ struct quagga_signal_t sharp_signals[] = { #define SHARP_VTY_PORT 2614 static const struct frr_yang_module_info *const sharpd_yang_modules[] = { + &frr_filter_info, &frr_interface_info, &frr_route_map_info, &frr_vrf_info, |