libnet: add comment to ipamType
Signed-off-by: Albin Kerouanton <albinker@gmail.com>
This commit is contained in:
parent
acf825def2
commit
e19e541e2c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue