mirror of
https://github.com/rancher/plugins.git
synced 2025-09-02 15:10:18 +00:00
fixed ipam host-local IP json tag
Signed-off-by: André Martins <aanm90@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user