瀏覽代碼

libnet: add comment to ipamType

Signed-off-by: Albin Kerouanton <albinker@gmail.com>
Albin Kerouanton 1 年之前
父節點
當前提交
e19e541e2c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libnetwork/network.go

+ 1 - 1
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