|
libbgp
0.6
A C++ BGP Library.
|
Key for the Rib4 entry map. More...
#include <bgp-rib4.h>
Public Member Functions | |
| BgpRib4EntryKey (const Prefix4 &prefix) | |
| BgpRib4EntryKey (uint32_t prefix, uint32_t length) | |
| bool | operator== (const BgpRib4EntryKey &other) const |
Public Attributes | |
| uint64_t | hash |
| uint32_t | prefix |
| uint8_t | length |
Key for the Rib4 entry map.
Definition at line 29 of file bgp-rib4.h.
1.8.13