# Functions
AddIpAddress adds an IP address to a network interface.
AddIpRoute adds an IP route to the route table.
AddLink adds a new network interface of a specified type.
AddOrRemoveStaticArp sets/removes static arp entry based on mode.
DeleteIpAddress deletes an IP address from a network interface.
DeleteIpRoute deletes an IP route from the route table.
DeleteLink deletes a network interface.
Echo sends a netlink echo request message.
GetIpAddressFamily returns the address family of an IP address.
GetIpRoute returns a list of IP routes matching the given filter.
ResetSocket deletes the default netlink socket.
SetLinkAddress sets the link layer hardware address of a network interface.
SetLinkHairpin sets the hairpin (reflective relay) mode of a bridged interface.
SetLinkMaster sets the master (upper) device of a network interface.
SetLinkName sets the name of a network interface.
SetLinkNetNs sets the network namespace of a network interface.
SetLinkPromisc sets the promiscuous mode of a network interface.
SetLinkState sets the operational state of a network interface.
# Constants
No description provided by the author
Netlink protocol constants that are not already defined in unix package.
Netlink protocol constants that are not already defined in unix package.
Netlink protocol constants that are not already defined in unix package.
Netlink protocol constants that are not already defined in unix package.
Netlink protocol constants that are not already defined in unix package.
Netlink protocol constants that are not already defined in unix package.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Link types.
Link types.
Link types.
Link types.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Neighbor Flags.
Neighbor Flags.
Neighbor Flags.
Neighbor Flags.
Neighbor Flags.
Neighbor Cache Entry States.
Neighbor Cache Entry States.
Neighbor Cache Entry States.
Neighbor Cache Entry States.
Neighbor Cache Entry States.
Neighbor Cache Entry States.
Neighbor Cache Entry States.
Neighbor Cache Entry States.
Neighbor Cache Entry States.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Netlink protocol constants that are not already defined in unix package.
# Structs
BridgeLink represents an ethernet bridge.
DummyLink represents a dummy network interface.
IPVlanLink represents an IPVlan network interface.
LinkInfo respresents the common properties of all network interfaces.
Route represents a netlink route.
VEthLink represents a virtual ethernet network interface.
# Interfaces
Link represents a network interface.
# Type aliases
IPVLAN link attributes.