From: André Martins Date: Sun, 31 Jan 2016 03:14:33 +0000 (+0000) Subject: fixed ipam host-local IP json tag X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=33b2de44afb418dac55e5c3d93b1c9261f60338a;p=cni.git fixed ipam host-local IP json tag Signed-off-by: André Martins --- diff --git a/plugins/ipam/host-local/config.go b/plugins/ipam/host-local/config.go index 72d2636..53ab396 100644 --- a/plugins/ipam/host-local/config.go +++ b/plugins/ipam/host-local/config.go @@ -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 {