]> git.proxmox.com Git - mirror_frr.git/blob - zebra/zebra_ptm_redistribute.h
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / zebra / zebra_ptm_redistribute.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /**
3 * @copyright Copyright (C) 2015 Cumulus Networks, Inc.
4 */
5
6
7 #ifndef _ZEBRA_PTM_REDISTRIBUTE_H
8 #define _ZEBRA_PTM_REDISTRIBUTE_H
9
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13
14 extern void zebra_interface_bfd_update(struct interface *, struct prefix *,
15 struct prefix *, int, vrf_id_t);
16 extern void zebra_bfd_peer_replay_req(void);
17
18 #ifdef __cplusplus
19 }
20 #endif
21
22 #endif /* _ZEBRA_PTM_REDISTRIBUTE_H */