FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
Forward declaration of the stats and events command. More...
Data Structures | |
class | af_packet_create_cmd |
A command class to create af_packet interfaces in VPP. More... | |
class | af_packet_delete_cmd |
A command class to delete af-packet interfaces in VPP. More... | |
class | af_packet_dump_cmd |
A cmd class that Dumps all the Vpp interfaces. More... | |
class | collect_detail_stats_change_cmd |
A command class that enables detailed stats collection on an interface. More... | |
class | dump_cmd |
A cmd class that Dumps all the Vpp interfaces. More... | |
class | events_cmd |
A command class represents our desire to recieve interface events. More... | |
class | loopback_create_cmd |
A command class to create Loopback interfaces in VPP. More... | |
class | loopback_delete_cmd |
A command class to delete loopback interfaces in VPP. More... | |
class | set_mac_cmd |
A command class that changes the MAC address on an interface. More... | |
class | set_table_cmd |
A command class that binds an interface to an L3 table. More... | |
class | set_tag |
A command class to set tag on interfaces. More... | |
class | state_change_cmd |
A cmd class that changes the admin state. More... | |
class | stats_disable_cmd |
A command class represents our desire to recieve interface stats. More... | |
class | stats_enable_cmd |
A command class represents our desire to recieve interface stats. More... | |
class | vhost_create_cmd |
A functor class that creates an interface. More... | |
class | vhost_delete_cmd |
A functor class that deletes a Vhost interface. More... | |
class | vhost_dump_cmd |
A cmd class that Dumps all the Vpp Interfaces. More... | |
Functions | |
std::unique_ptr< interface > | new_interface (const vapi_payload_sw_interface_details &vd) |
Factory method to construct a new interface from the VPP record. More... | |
Forward declaration of the stats and events command.
std::unique_ptr<interface> VOM::interface_cmds::new_interface | ( | const vapi_payload_sw_interface_details & | vd | ) |
Factory method to construct a new interface from the VPP record.