FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
A representation of LLDP client configuration on an interface. More...
Public Member Functions | |
arp_proxy_binding (const interface &itf, const arp_proxy_config &proxy_cfg) | |
Construct a new object matching the desried state. More... | |
arp_proxy_binding (const arp_proxy_binding &o) | |
Copy Constructor. More... | |
~arp_proxy_binding () | |
Destructor. More... | |
std::shared_ptr< arp_proxy_binding > | singular () const |
Return the 'singular' of the LLDP binding that matches this object. More... | |
std::string | to_string () const |
convert to string format for debug purposes More... | |
Static Public Member Functions | |
static void | dump (std::ostream &os) |
Dump all LLDP bindings into the stream provided. More... | |
Friends | |
class | OM |
class | singular_db< interface::key_t, arp_proxy_binding > |
It's the singular_db class that calls replay() More... | |
Additional Inherited Members | |
Protected Member Functions inherited from VOM::object_base | |
object_base ()=default | |
Constructable by derived classes only. More... | |
virtual | ~object_base ()=default |
Destructor. More... | |
A representation of LLDP client configuration on an interface.
Definition at line 31 of file arp_proxy_binding.hpp.
VOM::arp_proxy_binding::arp_proxy_binding | ( | const interface & | itf, |
const arp_proxy_config & | proxy_cfg | ||
) |
Construct a new object matching the desried state.
Definition at line 28 of file arp_proxy_binding.cpp.
VOM::arp_proxy_binding::arp_proxy_binding | ( | const arp_proxy_binding & | o | ) |
Copy Constructor.
Definition at line 36 of file arp_proxy_binding.cpp.
VOM::arp_proxy_binding::~arp_proxy_binding | ( | ) |
Destructor.
Definition at line 43 of file arp_proxy_binding.cpp.
|
static |
Dump all LLDP bindings into the stream provided.
Definition at line 62 of file arp_proxy_binding.cpp.
std::shared_ptr< arp_proxy_binding > VOM::arp_proxy_binding::singular | ( | ) | const |
Return the 'singular' of the LLDP binding that matches this object.
Definition at line 104 of file arp_proxy_binding.cpp.
|
virtual |
convert to string format for debug purposes
Implements VOM::object_base.
Definition at line 77 of file arp_proxy_binding.cpp.
|
friend |
Definition at line 114 of file arp_proxy_binding.hpp.
|
friend |
It's the singular_db class that calls replay()
Definition at line 119 of file arp_proxy_binding.hpp.