utils

package
v1.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2022 License: Apache-2.0 Imports: 5 Imported by: 45

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ValidateContainerID added in v0.8.0

func ValidateContainerID(containerID string) *types.Error

ValidateContainerID will validate that the supplied containerID is not empty does not contain invalid characters

func ValidateInterfaceName added in v0.8.0

func ValidateInterfaceName(ifName string) *types.Error

ValidateInterfaceName will validate the interface name based on the three rules below 1. The name must not be empty 2. The name must be less than 16 characters 3. The name must not be "." or ".." 3. The name must not contain / or : or any whitespace characters ref to https://github.com/torvalds/linux/blob/master/net/core/dev.c#L1024

func ValidateNetworkName added in v0.8.0

func ValidateNetworkName(networkName string) *types.Error

ValidateNetworkName will validate that the supplied networkName does not contain invalid characters

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL