summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_vpn.h
blob: dedd0d66e1f3d68260aa71bfe68cf23c819d6d14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// SPDX-License-Identifier: GPL-2.0-or-later
/* VPN common functions to MP-BGP
 * Copyright (C) 2017 6WIND
 */

#ifndef _FRR_BGP_VPN_H
#define _FRR_BGP_VPN_H

#include <zebra.h>

extern int show_adj_route_vpn(struct vty *vty, struct peer *peer,
			      struct prefix_rd *prd, afi_t afi, safi_t safi,
			      bool use_json);

#endif /* _QUAGGA_BGP_VPN_H */