Skip to content

Commit 3ced26a

Browse files
author
Vipin Jain
committed
avoid generating operlinks
1 parent 38fd643 commit 3ced26a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contivModel.go

-2
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ type NetworkOper struct {
164164
NumEndpoints int `json:"numEndpoints,omitempty"` // external packet tag
165165
PktTag int `json:"pktTag,omitempty"` // internal packet tag
166166

167-
OperLinks NetworkLinks `json:"links,omitempty"`
168167
}
169168

170169
type NetworkInspect struct {
@@ -375,7 +374,6 @@ type GlobalCallbacks interface {
375374

376375
type NetworkCallbacks interface {
377376
NetworkGetOper(network *NetworkInspect) error
378-
379377
NetworkCreate(network *Network) error
380378
NetworkUpdate(network, params *Network) error
381379
NetworkDelete(network *Network) error

0 commit comments

Comments
 (0)