libbgp  0.6
A C++ BGP Library.
Classes | Typedefs
bgp-rib6.h File Reference

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"
Include dependency graph for bgp-rib6.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

The BGP Routing Information Base for IPv6.

Author
Nato Morichika nat@n.nosp@m.at.m.nosp@m.oe
Version
0.1
Date
2019-07-21

Definition in file bgp-rib6.h.