mirror of
https://github.com/rancher/plugins.git
synced 2025-07-08 12:45:19 +00:00
Merge pull request #108 from aanm/fix-ip-json-tag
fixed ipam host-local IP json tag
This commit is contained in:
commit
48849bd3e3
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user