package overlayutils
import "github.com/docker/docker/libnetwork/drivers/overlay/overlayutils"
Package overlayutils provides utility functions for overlay networks
Index ¶
- func AppendVNIList(vnis []uint32, csv string) ([]uint32, error)
- func ConfigVXLANUDPPort(vxlanPort uint32) error
- func VXLANUDPPort() uint32
Functions ¶
func AppendVNIList ¶
AppendVNIList appends the VNI values encoded as a CSV string to slice.
func ConfigVXLANUDPPort ¶
ConfigVXLANUDPPort configures the VXLAN UDP port (data path port) number. If no port is set, the default (4789) is returned. Valid port numbers are between 1024 and 49151.
func VXLANUDPPort ¶
func VXLANUDPPort() uint32
VXLANUDPPort returns Vxlan UDP port number
Source Files ¶
- Version
- v26.1.2+incompatible
- Published
- May 8, 2024
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 10 minutes ago –
Tools for package owners.