|
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the documentation of this file.
16 #ifndef __VOM_IP_UNNUMBERED_H__
17 #define __VOM_IP_UNNUMBERED_H__
56 std::shared_ptr<ip_unnumbered>
singular()
const;
66 static void dump(std::ostream& os);
101 void show(std::ostream& os);
122 static std::shared_ptr<ip_unnumbered> find_or_add(
const ip_unnumbered& temp);
147 const std::shared_ptr<interface> m_itf;
151 const std::shared_ptr<interface> m_l3_itf;
The VPP Object Model (VOM) library.
dependency_t
There needs to be a strict order in which object types are read from VPP (at boot time) and replayed ...
The interface to writing objects into VPP OM.
inspect command handler Handler
ip_unnumbered(const interface &itf, const interface &l3_itf)
Construct a new object matching the desried state.
Class definition for listeners to OM events.
std::shared_ptr< ip_unnumbered > singular() const
Return the 'singular instance' of the L3-Config that matches this object.
static std::shared_ptr< ip_unnumbered > find(const interface &i)
Find an singular instance in the DB for the interface passed.
A representation of an interface in VPP.
const typedef std::string key_t
In the opflex world each entity is known by a URI which can be converted into a string.
sll srl srl sll sra u16x4 i
A representation of IP unnumbered configuration on an interface.
static void dump(std::ostream &os)
Dump all ip_unnumbereds into the stream provided.
std::string to_string() const
convert to string format for debug purposes
A Database to store the unique 'singular' instances of a single object type.
std::string key_t
The key for interface's key.
void event_handler(void *tls_async)
A base class for all object_base in the VPP object_base-Model.
~ip_unnumbered()
Destructor.
interface::key_t key_t
The key type for ip_unnumbereds.