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