libnet: document what Network.networkType represents
Signed-off-by: Albin Kerouanton <albinker@gmail.com>
This commit is contained in:
parent
6a2542dacf
commit
13915f6521
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ func (i *IpamInfo) UnmarshalJSON(data []byte) error {
|
|||
type Network struct {
|
||||
ctrlr *Controller
|
||||
name string
|
||||
networkType string
|
||||
networkType string // networkType is the name of the netdriver used by this network
|
||||
id string
|
||||
created time.Time
|
||||
scope string // network data scope
|
||||
|
|
Loading…
Add table
Reference in a new issue