Documentation ¶
Index ¶
- func AddAddrNoHook(address, ifName string) int
- func AddFDBNoHook(macAddress, ifName string) int
- func AddNeighNoHook(address, ifName, macAddress string) int
- func AddRouteNoHook(DestinationIPNet, gateway string) int
- func AddVLANMemberNoHook(vlanid int, intfName string, tagged bool) int
- func AddVLANNoHook(vlanid int) int
- func AddVxLANBridgeNoHook(vxlanid int, epIntfName string) int
- func AddVxLANPeerNoHook(vxlanid int, PeerIP string) int
- func DelAddrNoHook(address, ifName string) int
- func DelFDBNoHook(macAddress, ifName string) int
- func DelNeighNoHook(address, ifName string) int
- func DelRouteNoHook(DestinationIPNet string) int
- func DelVLANMemberNoHook(vlanid int, intfName string, tagged bool) int
- func DelVLANNoHook(vlanid int) int
- func DelVxLANNoHook(vxlanid int) int
- func DelVxLANPeerNoHook(vxlanid int, PeerIP string) int
- func GetFDBNoHook() ([]map[string]string, error)
- func GetVxLANPeerNoHook() (map[int][]string, error)
- func HasLoadedTcProg(intfName string) bool
- func NlpInit()
- func NlpRegister(hook cmn.NlpHookInterface)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddAddrNoHook ¶
func AddFDBNoHook ¶
func AddNeighNoHook ¶
func AddRouteNoHook ¶
func AddVLANNoHook ¶
func AddVxLANBridgeNoHook ¶
func AddVxLANPeerNoHook ¶
func DelAddrNoHook ¶
func DelFDBNoHook ¶
func DelNeighNoHook ¶
func DelRouteNoHook ¶
func DelVLANNoHook ¶
func DelVxLANNoHook ¶
func DelVxLANPeerNoHook ¶
func GetFDBNoHook ¶
func GetVxLANPeerNoHook ¶
func HasLoadedTcProg ¶
func NlpRegister ¶
func NlpRegister(hook cmn.NlpHookInterface)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.