libnet: add comment to ipamType

Signed-off-by: Albin Kerouanton <albinker@gmail.com>
This commit is contained in:
Albin Kerouanton 2023-09-15 16:32:01 +02:00
parent acf825def2
commit e19e541e2c
No known key found for this signature in database
GPG key ID: 630B8E1DCBDB1864

View file

@ -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