FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
A representation of L3 configuration on an interface. More...
Data Structures | |
class | config_cmd |
A functor class that binds the ra config to the interface. More... | |
class | unconfig_cmd |
A cmd class that Unbinds L3 Config from an interface. More... | |
Public Types | |
typedef CLASS | class_t |
typedef interface::key_t | key_t |
The key type for interface ip6 nd. More... | |
Public Member Functions | |
interface_ip6_nd (const interface &itf, const class_t cls) | |
Construct a new object matching the desried state. More... | |
interface_ip6_nd (const interface_ip6_nd &o) | |
Copy Constructor. More... | |
~interface_ip6_nd () | |
Destructor. More... | |
std::shared_ptr< interface_ip6_nd > | singular () const |
Return the 'singular instance' of the interface ip6nd 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 config into the stream provided. More... | |
static std::shared_ptr< interface_ip6_nd > | find (const interface &i) |
Find an singular instance in the DB for the interface passed. More... | |
Friends | |
class | OM |
class | singular_db< key_t, interface_ip6_nd > |
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 L3 configuration on an interface.
Definition at line 35 of file interface_ip6_nd.hpp.
typedef CLASS VOM::interface_ip6_nd< CLASS, CMD >::class_t |
Definition at line 38 of file interface_ip6_nd.hpp.
typedef interface::key_t VOM::interface_ip6_nd< CLASS, CMD >::key_t |
The key type for interface ip6 nd.
Definition at line 98 of file interface_ip6_nd.hpp.
|
inline |
Construct a new object matching the desried state.
Definition at line 42 of file interface_ip6_nd.hpp.
|
inline |
Copy Constructor.
Definition at line 52 of file interface_ip6_nd.hpp.
|
inline |
Destructor.
Definition at line 62 of file interface_ip6_nd.hpp.
|
inlinestatic |
Dump all config into the stream provided.
Definition at line 93 of file interface_ip6_nd.hpp.
|
inlinestatic |
Find an singular instance in the DB for the interface passed.
Definition at line 103 of file interface_ip6_nd.hpp.
|
inline |
Return the 'singular instance' of the interface ip6nd that matches this object.
Definition at line 72 of file interface_ip6_nd.hpp.
|
inlinevirtual |
convert to string format for debug purposes
Implements VOM::object_base.
Definition at line 80 of file interface_ip6_nd.hpp.
|
friend |
Definition at line 323 of file interface_ip6_nd.hpp.
|
friend |
It's the singular_db class that calls replay()
Definition at line 328 of file interface_ip6_nd.hpp.