mpls_vrf_label_impl¶
Warning
doxygenfile: Cannot find file “eos/mpls_vrf_label_impl.h
Type definitions in mpls_vrf_label_impl¶
-
namespace
eos -
class
mpls_vrf_label_impl_t¶ - #include <mpls_vrf_label_impl.h>
A static VRF label decap route configuration model.
Public Functions
-
mpls_vrf_label_impl_t()¶
-
mpls_vrf_label_impl_t(mpls_label_t label, std::string vrf_name)¶
-
mpls_label_t
label() const¶ Getter for ‘label’: the decap label.
-
bool
operator==(mpls_vrf_label_impl_t const &other) const¶
-
bool
operator!=(mpls_vrf_label_impl_t const &other) const¶
-
bool
operator<(mpls_vrf_label_impl_t const &other) const¶
-
uint32_t
hash() const¶ The hash function for type mpls_vrf_label_t.
-
void
mix_me(hash_mix &h) const¶ The hash mix function for type mpls_vrf_label_t.
Friends
-
std::ostream &
operator<<(std::ostream &os, const mpls_vrf_label_impl_t &obj)¶ A utility stream operator that adds a string representation of mpls_vrf_label_t to the ostream.
-
-
class