]> git.proxmox.com Git - mirror_frr.git/blob - bgpd/bgp_vpn.h
Merge pull request #12920 from sri-mohan1/sri-mohan-ldp
[mirror_frr.git] / bgpd / bgp_vpn.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /* VPN common functions to MP-BGP
3 * Copyright (C) 2017 6WIND
4 */
5
6 #ifndef _FRR_BGP_VPN_H
7 #define _FRR_BGP_VPN_H
8
9 #include <zebra.h>
10
11 extern int show_adj_route_vpn(struct vty *vty, struct peer *peer,
12 struct prefix_rd *prd, afi_t afi, safi_t safi,
13 bool use_json);
14
15 #endif /* _QUAGGA_BGP_VPN_H */