diff options
| author | Christian Hopps <chopps@labn.net> | 2024-01-24 10:59:14 -0500 | 
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2024-01-26 12:34:23 -0500 | 
| commit | dabc92de9e3b02e5d1a73d6fc43ffbd51eaded91 (patch) | |
| tree | 10ccd06fb6e7468c373ef7b0b5ea8a120e806a6b /lib/routemap.h | |
| parent | f7594b55c23fe377c6c5811879e89557e6cb4b57 (diff) | |
lib: convert route-map to mgmtd
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'lib/routemap.h')
| -rw-r--r-- | lib/routemap.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/routemap.h b/lib/routemap.h index 08e341221d..dfb84ced5b 100644 --- a/lib/routemap.h +++ b/lib/routemap.h @@ -401,6 +401,7 @@ enum ecommunity_lb_type {  /* Prototypes. */  extern void route_map_init(void); +extern void route_map_init_new(bool in_backend);  /*   * This should only be called on shutdown @@ -1024,6 +1025,7 @@ routemap_hook_context_insert(struct route_map_index *rmi);  void routemap_hook_context_free(struct routemap_hook_context *rhc);  extern const struct frr_yang_module_info frr_route_map_info; +extern const struct frr_yang_module_info frr_route_map_cli_info;  /* routemap_cli.c */  extern int route_map_instance_cmp(const struct lyd_node *dnode1,  | 
