FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
A cmd class that Unbinds Dhcp Config from an interface. More...
Public Member Functions | |
unbind_cmd (HW::item< bool > &item, const handle_t &itf, const std::string &hostname) | |
Constructor. More... | |
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 unbind_cmd &i) const |
Comparison operator - only used for UT. More... | |
Public Member Functions inherited from VOM::rpc_cmd< HW::item< bool >, vapi::Dhcp_client_config > | |
rpc_cmd (HW::item< bool > &item) | |
Constructor taking the HW item that will be updated by the command. More... | |
virtual | ~rpc_cmd () |
Desructor. More... | |
HW::item< bool > & | item () |
return the HW item the command updates More... | |
const HW::item< bool > & | item () const |
return the const HW item the command updates More... | |
void | fulfill (const HW::item< bool > &d) |
Fulfill the commands promise. More... | |
rc_t | wait () |
Wait on the commands promise. More... | |
virtual void | succeeded () |
Called by the HW Command Q when it is disabled to indicate the command can be considered successful without issuing it to HW. More... | |
virtual vapi_error_e | operator() (vapi::Dhcp_client_config &reply) |
call operator used as a callback by VAPI when the reply is available 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::rpc_cmd< HW::item< bool >, vapi::Dhcp_client_config > | |
typedef vapi::Dhcp_client_config | msg_t |
convenient typedef More... | |
Protected Attributes inherited from VOM::rpc_cmd< HW::item< bool >, vapi::Dhcp_client_config > | |
HW::item< bool > & | m_hw_item |
A reference to an object's HW::item that the command will update. More... | |
std::promise< HW::item< bool > > | m_promise |
The promise that implements the synchronous issue. More... | |
A cmd class that Unbinds Dhcp Config from an interface.
Definition at line 89 of file dhcp_client_cmds.hpp.
VOM::dhcp_client_cmds::unbind_cmd::unbind_cmd | ( | HW::item< bool > & | item, |
const handle_t & | itf, | ||
const std::string & | hostname | ||
) |
Constructor.
Definition at line 85 of file dhcp_client_cmds.cpp.
|
virtual |
Issue the command to VPP/HW.
Implements VOM::cmd.
Definition at line 101 of file dhcp_client_cmds.cpp.
bool VOM::dhcp_client_cmds::unbind_cmd::operator== | ( | const unbind_cmd & | i | ) | const |
Comparison operator - only used for UT.
Definition at line 95 of file dhcp_client_cmds.cpp.
|
virtual |
convert to string format for debug purposes
Implements VOM::cmd.
Definition at line 123 of file dhcp_client_cmds.cpp.