libbgp  0.6
A C++ BGP Library.
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"
20 #include "bgp-path-attrib.h"
21 #include "bgp-errcode.h"
22 #endif // BGP_H_
The BGP path attributes.
The BGP Message base.
Container for invalid BGP message.
The BGP open message.
Top level deserialization/serialization entry point for BGP messages.
The BGP keepalive message.
The BGP update message.
BGP error codes.
The BGP notification message.