Merge pull request #108 from aanm/fix-ip-json-tag
fixed ipam host-local IP json tag
This commit is contained in:
@ -35,7 +35,7 @@ type IPAMConfig struct {
|
||||
}
|
||||
|
||||
type IPAMArgs struct {
|
||||
IP net.IP `json:"ip",omitempty`
|
||||
IP net.IP `json:"ip,omitempty"`
|
||||
}
|
||||
|
||||
type Net struct {
|
||||
|
Reference in New Issue
Block a user