Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
cbd94183abd05880d293f1235707209d7fe593b8
/
.
/
libnetwork
/
ipams
/
builtin
/
builtin_unix.go
blob: c063cb4e9d0cc303b04a0ca2d02d2609efd835ef [
file
]
//go:build linux || freebsd || darwin
package builtin
import (
"github.com/docker/docker/libnetwork/ipamapi"
)
// Register registers the built-in ipam service with libnetwork.
func Register(r ipamapi.Registerer) error {
return registerBuiltin(r)
}