Skip to content

Commit

Permalink
adding virtualport to endpoint oper
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi committed Feb 13, 2017
1 parent 97190bb commit 61ac859
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/contivModelClient.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ type EndpointOper struct {
MacAddress string `json:"macAddress,omitempty"` //
Network string `json:"network,omitempty"` //
ServiceName string `json:"serviceName,omitempty"` //
VirtualPort string `json:"virtualPort,omitempty"` //
VtepIP string `json:"vtepIP,omitempty"` //

}
Expand Down
1 change: 1 addition & 0 deletions contivModel.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ type EndpointOper struct {
MacAddress string `json:"macAddress,omitempty"` //
Network string `json:"network,omitempty"` //
ServiceName string `json:"serviceName,omitempty"` //
VirtualPort string `json:"virtualPort,omitempty"` //
VtepIP string `json:"vtepIP,omitempty"` //

}
Expand Down
5 changes: 4 additions & 1 deletion endpoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@
},
"containerName": {
"type": "string"
}
},
"virtualPort": {
"type": "string"
}
}
}
]
Expand Down

0 comments on commit 61ac859

Please sign in to comment.