]> git.proxmox.com Git - mirror_frr.git/blame - bgpd/bgp_mplsvpn_snmp.h
Merge pull request #8992 from opensourcerouting/workflow-knobs
[mirror_frr.git] / bgpd / bgp_mplsvpn_snmp.h
CommitLineData
aa53f693
PR
1/* MPLS/BGP L3VPN MIB
2 * Copyright (C) 2020 Volta Networks Inc
3 *
4 * This file is part of FRR.
5 *
6 * FRRouting is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2, or (at your option) any
9 * later version.
10 *
11 * FRRouting is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along
17 * with this program; see the file COPYING; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19 */
20
21void bgp_mpls_l3vpn_module_init(void);
62e66e55
PR
22
23#define MPLSL3VPNVRFRTECIDRTYPEOTHER 1
24#define MPLSL3VPNVRFRTECIDRTYPEREJECT 2
25#define MPLSL3VPNVRFRTECIDRTYPELOCAL 3
26#define MPLSL3VPNVRFRTECIDRTYPEREMOTE 4
27#define MPLSL3VPNVRFRTECIDRTYPEBLACKHOLE 5
98a9144f
PR
28
29#define MPLSVPNVRFRTTYPEIMPORT 1
30#define MPLSVPNVRFRTTYPEEXPORT 2
31#define MPLSVPNVRFRTTYPEBOTH 3