Affected by GO-2022-0390
and 3 other vulnerabilities
GO-2022-0390 : Moby (Docker Engine) started with non-empty inheritable Linux process capabilities in github.com/docker/docker
GO-2024-2914 : Moby (Docker Engine) is vulnerable to Ambiguous OCI manifest parsing in github.com/docker/docker
GO-2024-3304 : Moby Race Condition vulnerability in github.com/moby/moby
GO-2024-3305 : Moby Race Condition vulnerability in github.com/moby/moby
Discover Packages
github.com/moby/moby
daemon
networkdriver
ipallocator
package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Aug 20, 2014
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
var (
ErrNoAvailableIPs = errors .New ("no available ip addresses on network")
ErrIPAlreadyAllocated = errors .New ("ip already allocated")
)
ReleaseIP adds the provided ip back into the pool of
available ips to be returned for use.
RequestIP requests an available ip from the given network. It
will return the next available ip if the ip provided is nil. If the
ip provided is not nil it will validate that the provided ip is available
for use or return an error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.