diff --git a/libnetwork/network.go b/libnetwork/network.go index a652ddb0dc..3787e9dc32 100644 --- a/libnetwork/network.go +++ b/libnetwork/network.go @@ -174,7 +174,7 @@ type Network struct { created time.Time scope string // network data scope labels map[string]string - ipamType string + ipamType string // ipamType is the name of the IPAM driver ipamOptions map[string]string addrSpace string ipamV4Config []*IpamConf