fixed ipam host-local IP json tag

Signed-off-by: André Martins <aanm90@gmail.com>
This commit is contained in:
André Martins 2016-01-31 03:14:33 +00:00
parent f04661aca1
commit 33b2de44af

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 {