package
0.8.0
Repository: https://github.com/alkiranet/govpp.git
Documentation: pkg.go.dev

# Functions

Messages returns list of all messages in this module.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Create a point-to-point (p2p) Ethernet sub-interface - parent_if_index - index of the parent interface - subif_id - subinterface index identifier - remote_mac - client MAC address @retval VNET_API_ERROR_INVALID_SW_IF_INDEX on invalid parent_if_index @retval VNET_API_ERROR_INVALID_SW_IF_INDEX_2 on invalid subif_id @retval VNET_API_ERROR_BOND_SLAVE_NOT_ALLOWED @retval VNET_API_ERROR_SUBIF_ALREADY_EXISTS @retval VNET_API_ERROR_SUBIF_CREATE_FAILED P2pEthernetAdd defines message 'p2p_ethernet_add'.
P2pEthernetAddReply defines message 'p2p_ethernet_add_reply'.
Delete a point-to-point (p2p) Ethernet sub-interface - parent_if_index - index of the parent interface - remote_mac - client MAC address @retval VNET_API_ERROR_SUBIF_DOESNT_EXIST P2pEthernetDel defines message 'p2p_ethernet_del'.
P2pEthernetDelReply defines message 'p2p_ethernet_del_reply'.

# Interfaces

RPCService defines RPC service p2p_ethernet.