Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
1046c6371132875d80f287950bb9e9e5cefa8a85
/
.
/
vendor
/
github.com
/
docker
/
libnetwork
/
drivers_experimental_linux.go
blob: 4f540d4a87ee74affe4273d1c10c40d70b2aae51 [
file
]
package libnetwork
import "github.com/docker/libnetwork/drivers/ipvlan"
func additionalDrivers() []initializer {
return []initializer{
{ipvlan.Init, "ipvlan"},
}
}