diff options
| author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2019-11-08 14:41:46 -0300 | 
|---|---|---|
| committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2020-06-05 14:31:26 -0300 | 
| commit | c2aab69336a684e973a73d166a062f3e5abec389 (patch) | |
| tree | c2aa94380bd39914edcca1704a3ac91215c2f00b /staticd/static_main.c | |
| parent | 4470143be0dd85dcd3abcc8b7de9686b6ec40a9b (diff) | |
*: add filter northbound support
Allow all daemons to work with filter northbound.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'staticd/static_main.c')
| -rw-r--r-- | staticd/static_main.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/staticd/static_main.c b/staticd/static_main.c index c77a99f280..08062f19d8 100644 --- a/staticd/static_main.c +++ b/staticd/static_main.c @@ -104,6 +104,7 @@ struct quagga_signal_t static_signals[] = {  };  static const struct frr_yang_module_info *const staticd_yang_modules[] = { +	&frr_filter_info,  	&frr_vrf_info,  };  | 
