|
libbgp
0.6
A C++ BGP Library.
|
The BGP Routing Information Base for IPv6. More...
#include <stdint.h>#include <string.h>#include <vector>#include <unordered_map>#include <memory>#include <mutex>#include "bgp-rib.h"#include "prefix6.h"#include "bgp-path-attrib.h"#include "route-event-bus.h"

Go to the source code of this file.
Classes | |
| class | libbgp::BgpRib6EntryKey |
| Key for the Rib6 entry map. More... | |
| struct | libbgp::BgpRib6EntryHash |
| Hasher for the Rib6 entry key. More... | |
| class | libbgp::BgpRib6Entry |
| The BgpRib6Entry class. More... | |
| class | libbgp::BgpRib6 |
| The BgpRib6 (IPv6 BGP Routing Information Base) class. More... | |
Typedefs | |
| typedef std::unordered_multimap< BgpRib6EntryKey, BgpRib6Entry, BgpRib6EntryHash > | libbgp::rib6_t |
The BGP Routing Information Base for IPv6.
Definition in file bgp-rib6.h.
1.8.13