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 /lib/filter.h | |
| 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 'lib/filter.h')
| -rw-r--r-- | lib/filter.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/filter.h b/lib/filter.h index 4f53412330..b45e471101 100644 --- a/lib/filter.h +++ b/lib/filter.h @@ -146,6 +146,8 @@ struct filter *filter_lookup_cisco(struct access_list *access,  struct filter *filter_lookup_zebra(struct access_list *access,  				   struct filter *mnew); +extern const struct frr_yang_module_info frr_filter_info; +  #ifdef __cplusplus  }  #endif  | 
