Skip to content

Commit

Permalink
Delete args for IPAM plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcat authored and rkamudhan committed May 9, 2017
1 parent 73f3ce1 commit 39b5648
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package config
import (
"encoding/json"
"fmt"
"net"
"strconv"

"github.com/containernetworking/cni/pkg/types"
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 39b5648

Please sign in to comment.