Skip to content

Commit 39b5648

Browse files
hustcatrkamudhan
authored andcommitted
Delete args for IPAM plugin
1 parent 73f3ce1 commit 39b5648

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config/config.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package config
33
import (
44
"encoding/json"
55
"fmt"
6-
"net"
76
"strconv"
87

98
"github.com/containernetworking/cni/pkg/types"
@@ -32,7 +31,6 @@ type NetArgs struct {
3231
VF UnmarshallableInt `json:"vf,omitempty"`
3332
VLAN UnmarshallableInt `json:"vlan,omitempty"`
3433
MAC types.UnmarshallableString `json:"mac,omitempty"`
35-
IP net.IP `json:"ip,omitempty"`
3634
}
3735

3836
type SriovConf struct {

0 commit comments

Comments
 (0)