16 #ifndef __VOM_GBP_EXT_ITF_CMDS_H__ 17 #define __VOM_GBP_EXT_ITF_CMDS_H__ 22 #include <vapi/gbp.api.vapi.hpp> 25 namespace gbp_ext_itf_cmds {
58 const uint32_t m_bd_id;
59 const uint32_t m_rd_id;
create_cmd(HW::item< bool > &item, const handle_t &itf, uint32_t bd_id, uint32_t rd_id)
Constructor.
A cmd class that Dumps all the GBP ext_itfs.
Error codes that VPP will return during a HW write.
rc_t issue(connection &con)
Issue the command to VPP/HW.
A representation of the connection to VPP.
A base class for all RPC commands to VPP.
std::string to_string() const
convert to string format for debug purposes
A type declaration of an interface handle in VPP.
bool operator==(const create_cmd &i) const
Comparison operator - only used for UT.
The VPP Object Model (VOM) library.
A cmd class that deletes a GBP ext_itf.
A command class that creates or updates the GBP ext_itf.
A base class for VPP dump commands.
HW::item< bool > & item()
return the HW item the command updates