Skip to content

Commit

Permalink
avoid generating operlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipin Jain committed Jun 9, 2016
1 parent 38fd643 commit 3ced26a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contivModel.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ type NetworkOper struct {
NumEndpoints int `json:"numEndpoints,omitempty"` // external packet tag
PktTag int `json:"pktTag,omitempty"` // internal packet tag

OperLinks NetworkLinks `json:"links,omitempty"`
}

type NetworkInspect struct {
Expand Down Expand Up @@ -375,7 +374,6 @@ type GlobalCallbacks interface {

type NetworkCallbacks interface {
NetworkGetOper(network *NetworkInspect) error

NetworkCreate(network *Network) error
NetworkUpdate(network, params *Network) error
NetworkDelete(network *Network) error
Expand Down

0 comments on commit 3ced26a

Please sign in to comment.