|
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the documentation of this file.
16 #ifndef __VOM_BOND_GROUP_BINDING_CMDS_H__
17 #define __VOM_BOND_GROUP_BINDING_CMDS_H__
22 #include <vapi/bond.api.vapi.hpp>
25 namespace bond_group_binding_cmds {
std::string to_string() const
convert to string format for debug purposes
The VPP Object Model (VOM) library.
rc_t issue(connection &con)
Issue the command to VPP/HW.
A cmd class that detach slave from a bond interface.
A base class for all RPC commands to VPP.
bool operator==(const dump_cmd &i) const
Comparison operator - only used for UT.
A cmd class that Dumps slave itfs.
bool operator==(const unbind_cmd &i) const
Comparison operator - only used for UT.
std::string to_string() const
convert to string format for debug purposes
A representation of the connection to VPP.
std::string to_string() const
convert to string format for debug purposes
sll srl srl sll sra u16x4 i
A type declaration of an interface handle in VPP.
bool operator==(const bind_cmd &i) const
Comparison operator - only used for UT.
unbind_cmd(HW::item< bool > &item, const handle_t &itf)
Constructor.
HW::item< bool > & item()
return the HW item the command updates
rc_t issue(connection &con)
Issue the command to VPP/HW.
dump_cmd()
Default Constructor.
bind_cmd(HW::item< bool > &item, const handle_t &bond_itf, const bond_member &itf)
Constructor.
Error codes that VPP will return during a HW write.
A base class for VPP dump commands.
A command class that binds the slave interface to the bond interface.
rc_t issue(connection &con)
Issue the command to VPP/HW.