16 #ifndef __VOM_GBP_VXLAN_CMDS_H__ 17 #define __VOM_GBP_VXLAN_CMDS_H__ 23 #include <vapi/gbp.api.vapi.hpp> 26 namespace gbp_vxlan_cmds {
37 const std::string&
name,
A cmd class that Dumps all the bridge domains.
Error codes that VPP will return during a HW write.
A command class that creates an Bridge-Domain.
rc_t issue(connection &con)
Issue the command to VPP/HW.
A representation of the connection to VPP.
bool operator==(const create_cmd &i) const
Comparison operator - only used for UT.
std::string to_string() const
convert to string format for debug purposes
A cmd class that Delete an Bridge-Domain.
create_cmd(HW::item< handle_t > &item, const std::string &name, uint32_t vni, bool is_l2, uint32_t bd_rd)
Constructor.
Base class for intterface Delete commands.
A base class for interface Create commands.
The VPP Object Model (VOM) library.
A base class for VPP dump commands.
HW::item< handle_t > & item()
return the HW item the command updates