Documentation
¶
Index ¶
- func AddARP(localVtepID int, remoteVtepIP net.IP, remoteVtepMac net.HardwareAddr) error
- func AddFDB(localVtepID int, remoteHostIP net.IP, remoteVtepMac net.HardwareAddr) error
- func AddRoutes(localVtepID int, remoteTenantCIDR *net.IPNet, remoteVtepIP net.IP) error
- func AllowBridgeForward(bridgeInterface string) error
- func AllowForwardingTenant(TenantCIDR string) error
- func BlockTenant2TenantTraffic(tenant1CIDR string, tenant2CIDR string) error
- func CheckARP(localVtepID int) ([]netlink.Neigh, error)
- func DelARP(localVtepID int, remoteVtepIP net.IP, remoteVtepMac net.HardwareAddr) error
- func DelFDB(localVtepID int, remoteHostIP net.IP, remoteVtepMac net.HardwareAddr) error
- func EnableIPForwarding() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllowBridgeForward ¶
func AllowForwardingTenant ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.