libbgp
0.6
A C++ BGP Library.
src
bgp.h
Go to the documentation of this file.
1
11
#ifndef BGP_H_
12
#define BGP_H_
13
#include "
bgp-message.h
"
14
#include "
bgp-packet.h
"
15
#include "
bgp-bad-message.h
"
16
#include "
bgp-open-message.h
"
17
#include "
bgp-update-message.h
"
18
#include "
bgp-keepalive-message.h
"
19
#include "
bgp-notification-message.h
"
20
#include "
bgp-path-attrib.h
"
21
#include "
bgp-errcode.h
"
22
#endif // BGP_H_
bgp-path-attrib.h
The BGP path attributes.
bgp-message.h
The BGP Message base.
bgp-bad-message.h
Container for invalid BGP message.
bgp-open-message.h
The BGP open message.
bgp-packet.h
Top level deserialization/serialization entry point for BGP messages.
bgp-keepalive-message.h
The BGP keepalive message.
bgp-update-message.h
The BGP update message.
bgp-errcode.h
BGP error codes.
bgp-notification-message.h
The BGP notification message.
Generated by
1.8.13