bgp_impl¶
Warning
doxygenfile: Cannot find file “eos/bgp_impl.h
Type definitions in bgp_impl¶
-
namespace
eos -
class
bgp_peer_key_impl_t¶ - #include <bgp_impl.h>
The BGP peer key which consists of the peer address and the VRF itresides in.
Public Functions
-
bgp_peer_key_impl_t()¶
-
bool
operator==(bgp_peer_key_impl_t const &other) const¶
-
bool
operator!=(bgp_peer_key_impl_t const &other) const¶
-
bool
operator<(bgp_peer_key_impl_t const &other) const¶
-
uint32_t
hash() const¶ The hash function for type bgp_peer_key_t.
-
void
mix_me(hash_mix &h) const¶ The hash mix function for type bgp_peer_key_t.
Friends
-
std::ostream &
operator<<(std::ostream &os, const bgp_peer_key_impl_t &obj)¶ A utility stream operator that adds a string representation of bgp_peer_key_t to the ostream.
-
-
class