]> git.proxmox.com Git - mirror_frr.git/blob - ospfd/ospf_routemap_nb.h
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / ospfd / ospf_routemap_nb.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 * Copyright (C) 2020 Vmware
4 * Sarita Patra
5 */
6
7 #ifndef _FRR_OSPF_ROUTEMAP_NB_H_
8 #define _FRR_OSPF_ROUTEMAP_NB_H_
9
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13
14 extern const struct frr_yang_module_info frr_ospf_route_map_info;
15
16 /* prototypes */
17 int lib_route_map_entry_set_action_rmap_set_action_metric_type_modify(struct nb_cb_modify_args *args);
18 int lib_route_map_entry_set_action_rmap_set_action_metric_type_destroy(struct nb_cb_destroy_args *args);
19
20 #ifdef __cplusplus
21 }
22 #endif
23
24 #endif