]> git.proxmox.com Git - mirror_frr.git/blame - bgpd/bgp_snmp.h
*: auto-convert to SPDX License IDs
[mirror_frr.git] / bgpd / bgp_snmp.h
CommitLineData
acddc0ed 1// SPDX-License-Identifier: GPL-2.0-or-later
ff18b7b0
DA
2/* Common header file for BGP SNMP implementation.
3 *
4 * Copyright (C) 2022 Donatas Abraitis <donatas@opensourcerouting.org>
ff18b7b0
DA
5 */
6
7#ifndef _FRR_BGP_SNMP_H_
8#define _FRR_BGP_SNMP_H_
9
10/* SNMP value hack. */
11#define INTEGER ASN_INTEGER
12#define INTEGER32 ASN_INTEGER
13#define COUNTER32 ASN_COUNTER
14#define OCTET_STRING ASN_OCTET_STR
15#define IPADDRESS ASN_IPADDRESS
16#define GAUGE32 ASN_UNSIGNED
17
18#endif /* _FRR_BGP_SNMP_H_ */