|
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the documentation of this file.
16 #ifndef __VOM_BOND_INTERFACE_CMDS_H__
17 #define __VOM_BOND_INTERFACE_CMDS_H__
24 #include <vapi/bond.api.vapi.hpp>
25 #include <vapi/interface.api.vapi.hpp>
28 namespace bond_interface_cmds {
delete_cmd(HW::item< handle_t > &item)
The VPP Object Model (VOM) library.
vl_api_tunnel_mode_t mode
A functor class that deletes a Tap interface.
Base class for intterface Delete commands.
rc_t issue(connection &con)
Issue the command to VPP/HW.
A bond interface load balance.
A representation of the connection to VPP.
A functor class that creates an interface.
std::string to_string() const
convert to string format for debug purposes
create_cmd(HW::item< handle_t > &item, const std::string &name, const bond_interface::mode_t &mode, const bond_interface::lb_t &lb, const l2_address_t &l2_address)
sll srl srl sll sra u16x4 i
std::string to_string() const
convert to string format for debug purposes
rc_t issue(connection &con)
Issue the command to VPP/HW.
A cmd class that Dumps all the Vpp Interfaces.
A base class for interface Create commands.
std::string to_string() const
convert to string format for debug purposes
rc_t issue(connection &con)
Issue the command to VPP/HW.
Type def of a L2 address as read from VPP.
HW::item< handle_t > & item()
return the HW item the command updates
dump_cmd()
Default Constructor.
Error codes that VPP will return during a HW write.
bool operator==(const dump_cmd &i) const
Comparison operator - only used for UT.
A base class for VPP dump commands.