package
2.5.1+incompatible
Repository: https://github.com/lxlee1102/vpp-agent.git
Documentation: pkg.go.dev

# Functions

NewNetLinkHandler creates new instance of Netlink handler.

# Constants

IP addresses matching any destination.
No description provided by the author

# Structs

ArpDetails is an object combining linux ARP data based on proto model with additional metadata.
ArpMeta represents linux ARP metadata.
NetLinkHandler is accessor for Netlink methods.
RouteDetails is an object combining linux route data based on proto model with additional metadata.
RouteMeta represents linux Route metadata.

# Interfaces

NetlinkAPI interface covers all methods inside linux calls package needed to manage linux ARP entries and routes.
NetlinkAPIRead interface covers read methods inside linux calls package needed to manage linux ARP entries and routes.
NetlinkAPIWrite interface covers write methods inside linux calls package needed to manage linux ARP entries and routes.