fixed ipam host-local IP json tag
authorAndré Martins <aanm90@gmail.com>
Sun, 31 Jan 2016 03:14:33 +0000 (03:14 +0000)
committerAndré Martins <aanm90@gmail.com>
Sun, 31 Jan 2016 03:14:53 +0000 (03:14 +0000)
Signed-off-by: André Martins <aanm90@gmail.com>
plugins/ipam/host-local/config.go

index 72d2636..53ab396 100644 (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 {