Skip to content

Commit 61ac859

Browse files
committed
adding virtualport to endpoint oper
1 parent 97190bb commit 61ac859

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

client/contivModelClient.go

+1
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ type EndpointOper struct {
302302
MacAddress string `json:"macAddress,omitempty"` //
303303
Network string `json:"network,omitempty"` //
304304
ServiceName string `json:"serviceName,omitempty"` //
305+
VirtualPort string `json:"virtualPort,omitempty"` //
305306
VtepIP string `json:"vtepIP,omitempty"` //
306307

307308
}

contivModel.go

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ type EndpointOper struct {
108108
MacAddress string `json:"macAddress,omitempty"` //
109109
Network string `json:"network,omitempty"` //
110110
ServiceName string `json:"serviceName,omitempty"` //
111+
VirtualPort string `json:"virtualPort,omitempty"` //
111112
VtepIP string `json:"vtepIP,omitempty"` //
112113

113114
}

endpoint.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@
4949
},
5050
"containerName": {
5151
"type": "string"
52-
}
52+
},
53+
"virtualPort": {
54+
"type": "string"
55+
}
5356
}
5457
}
5558
]

0 commit comments

Comments
 (0)