libbgp
0.6
A C++ BGP Library.
src
bgp-afi.h
Go to the documentation of this file.
1
11
#ifndef BGP_AFI_H_
12
#define BGP_AFI_H_
13
14
namespace
libbgp
{
15
20
enum
Afi
{
21
IPV4 = 1,
22
IPV6 = 2
23
};
24
29
enum
Safi
{
30
UNICAST = 1,
31
MULTICAST = 2,
32
UNICAST_AND_MULTICAST = 3
33
};
34
35
};
36
37
#endif // BGP_AFI_H_
libbgp::Safi
Safi
Subsequent Address Family Identifiers.
Definition:
bgp-afi.h:29
libbgp::Afi
Afi
Address Family Identifiers.
Definition:
bgp-afi.h:20
libbgp
Definition:
bgp-afi.h:14
Generated by
1.8.13