FD.io VPP
v19.04.2-12-g66b1689
Vector Packet Processing
|
A cmd class that Dumps all the nat_statics. More...
Public Member Functions | |
dump_input_66_cmd () | |
Constructor. More... | |
dump_input_66_cmd (const dump_input_66_cmd &d) | |
rc_t | issue (connection &con) |
Issue the command to VPP/HW. More... | |
std::string | to_string () const |
convert to string format for debug purposes More... | |
bool | operator== (const dump_input_66_cmd &i) const |
Comparison operator - only used for UT. More... | |
Public Member Functions inherited from VOM::dump_cmd< vapi::Nat66_interface_dump > | |
dump_cmd () | |
Default Constructor. More... | |
dump_cmd (const dump_cmd &d)=default | |
virtual | ~dump_cmd () |
Destructor. More... | |
const_iterator | begin () |
Constant iterator to the start of the records retunred during the dump. More... | |
const_iterator | end () |
Constant iterator to the end of the records retunred during the dump. More... | |
rc_t | wait () |
Wait for the issue of the command to complete. More... | |
vapi_error_e | operator() (vapi::Nat66_interface_dump &d) |
Call operator called when the dump is complete. More... | |
virtual void | retire (connection &con) |
Retire/cancel a long running command. More... | |
Public Member Functions inherited from VOM::cmd | |
cmd () | |
Default constructor. More... | |
virtual | ~cmd () |
Virtual destructor. More... | |
Additional Inherited Members | |
Public Types inherited from VOM::dump_cmd< vapi::Nat66_interface_dump > | |
typedef vapi::Nat66_interface_dump | msg_t |
typedef vapi::Nat66_interface_dump::resp_type | record_t |
typedef vapi::Result_set< typename vapi::Nat66_interface_dump::resp_type >::const_iterator | const_iterator |
Protected Member Functions inherited from VOM::dump_cmd< vapi::Nat66_interface_dump > | |
void | succeeded () |
Dump commands should not be issued whilst the HW is disabled. More... | |
Protected Attributes inherited from VOM::dump_cmd< vapi::Nat66_interface_dump > | |
std::promise< rc_t > | m_promise |
The underlying promise that implements the synchornous nature of the command issue. More... | |
std::unique_ptr< vapi::Nat66_interface_dump > | m_dump |
The VAPI event registration. More... | |
A cmd class that Dumps all the nat_statics.
Definition at line 338 of file nat_binding_cmds.hpp.
VOM::nat_binding_cmds::dump_input_66_cmd::dump_input_66_cmd | ( | ) |
Constructor.
Definition at line 328 of file nat_binding_cmds.cpp.
VOM::nat_binding_cmds::dump_input_66_cmd::dump_input_66_cmd | ( | const dump_input_66_cmd & | d | ) |
Definition at line 332 of file nat_binding_cmds.cpp.
|
virtual |
Issue the command to VPP/HW.
Implements VOM::cmd.
Definition at line 343 of file nat_binding_cmds.cpp.
bool VOM::nat_binding_cmds::dump_input_66_cmd::operator== | ( | const dump_input_66_cmd & | i | ) | const |
Comparison operator - only used for UT.
Definition at line 337 of file nat_binding_cmds.cpp.
|
virtual |
convert to string format for debug purposes
Implements VOM::cmd.
Definition at line 355 of file nat_binding_cmds.cpp.