package
2.5.1+incompatible
Repository: https://github.com/lxlee1102/vpp-agent.git
Documentation: pkg.go.dev
# Packages
Package vppcalls contains wrappers over VPP binary APIs for ARPs, proxy ARPs, L3 FIBs and helpers for dumping them.
Package vppcalls contains wrappers over VPP binary APIs for ARPs, proxy ARPs, L3 FIBs and helpers for dumping them.
Package vppcalls contains wrappers over VPP binary APIs for ARPs, proxy ARPs, L3 FIBs and helpers for dumping them.
Package vppcalls contains wrappers over VPP binary APIs for ARPs, proxy ARPs, L3 FIBs and helpers for dumping them.
# Functions
No description provided by the author
# Variables
No description provided by the author
# Structs
ArpDetails holds info about ARP entry as a proto model.
ArpMeta contains interface index of the ARP interface.
DHCPProxyDetails holds info about DHCP proxy entry as a proto model.
FibMplsLabel is object returned with route dump.
No description provided by the author
ProxyArpInterfaceDetails holds info about proxy ARP interfaces as a proto modeled data.
ProxyArpInterfaceMeta contains interface vpp index.
ProxyArpRangesDetails holds info about proxy ARP range as a proto modeled data.
RouteDetails is object returned as a VPP dump.
RouteMeta holds fields returned from the VPP as details which are not in the model.
# Interfaces
ArpVppAPI provides methods for managing ARP entries.
ArpVppRead provides read methods for ARPs.
ArpVppAPI provides methods for managing ARP entries.
DHCPProxyRead provides read methods for routes.
IPNeighVppAPI provides methods for managing IP scan neighbor configuration.
L3VppAPI groups L3 Vpp APIs.
ProxyArpVppAPI provides methods for managing proxy ARP entries.
ProxyArpVppRead provides read methods for proxy ARPs.
RouteVppAPI provides methods for managing routes.
RouteVppRead provides read methods for routes.
VrfTableVppAPI provides methods for managing VRF tables.
VrfTableVppRead provides read methods for VRF tables.