1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Remove "OMG IPV6" log message

Signed-off-by: Erik Hollensbe <erik+github@hollensbe.org>
This commit is contained in:
Erik Hollensbe 2015-01-31 13:21:06 -08:00
parent fcdfc8ccc8
commit 8d7683af86

View file

@ -188,7 +188,6 @@ func InitDriver(job *engine.Job) engine.Status {
networkv4 = addrv4.(*net.IPNet)
log.Infof("enableIPv6 = %t", enableIPv6)
if enableIPv6 {
if len(addrsv6) == 0 {
return job.Error(errors.New("IPv6 enabled but no IPv6 detected"))