Merge pull request #108 from aanm/fix-ip-json-tag

fixed ipam host-local IP json tag
This commit is contained in:
Stefan Junker 2016-02-18 14:12:20 +01:00
commit 48849bd3e3

View File

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