16 #ifndef __VOM_IGMP_BINDING_CMDS_H__ 17 #define __VOM_IGMP_BINDING_CMDS_H__ 22 #include <vapi/igmp.api.vapi.hpp> 25 namespace igmp_binding_cmds {
rc_t issue(connection &con)
Issue the command to VPP/HW.
Error codes that VPP will return during a HW write.
A command class that binds the IGMP config to the interface.
bind_cmd(HW::item< bool > &item, const handle_t &itf)
Constructor.
bool operator==(const bind_cmd &i) const
Comparison operator - only used for UT.
A representation of the connection to VPP.
A base class for all RPC commands to VPP.
A type declaration of an interface handle in VPP.
A cmd class that Unbinds IGMP Config from an interface.
std::string to_string() const
convert to string format for debug purposes
The VPP Object Model (VOM) library.
HW::item< bool > & item()
return the HW item the command updates