From 39b5648fa0edc87a145baee7ac837e20e6db7cdc Mon Sep 17 00:00:00 2001 From: Ye Yin Date: Fri, 5 May 2017 11:53:18 +0800 Subject: [PATCH] Delete args for IPAM plugin --- config/config.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/config.go b/config/config.go index 67a2ad241..6e8215d0f 100644 --- a/config/config.go +++ b/config/config.go @@ -3,7 +3,6 @@ package config import ( "encoding/json" "fmt" - "net" "strconv" "github.com/containernetworking/cni/pkg/types" @@ -32,7 +31,6 @@ type NetArgs struct { VF UnmarshallableInt `json:"vf,omitempty"` VLAN UnmarshallableInt `json:"vlan,omitempty"` MAC types.UnmarshallableString `json:"mac,omitempty"` - IP net.IP `json:"ip,omitempty"` } type SriovConf struct {