git://git.halfball.org
/
cni.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f04661a
)
fixed ipam host-local IP json tag
author
André Martins
<aanm90@gmail.com>
Sun, 31 Jan 2016 03:14:33 +0000
(
03:14
+0000)
committer
André 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
patch
|
blob
|
history
diff --git
a/plugins/ipam/host-local/config.go
b/plugins/ipam/host-local/config.go
index
72d2636
..
53ab396
100644
(file)
--- 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 {