From 33b2de44afb418dac55e5c3d93b1c9261f60338a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Martins?= Date: Sun, 31 Jan 2016 03:14:33 +0000 Subject: [PATCH] fixed ipam host-local IP json tag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Martins --- plugins/ipam/host-local/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ipam/host-local/config.go b/plugins/ipam/host-local/config.go index 72d26360..53ab396b 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 {