models/extclient: Add Address6 to ExtClient

Signed-off-by: John Sahhar <john@gravitl.com>
This commit is contained in:
John Sahhar 2022-03-08 16:08:52 -06:00 committed by Matthew R. Kasun
parent 29a2fd18e8
commit 644567f48a

View file

@ -8,6 +8,7 @@ type ExtClient struct {
PublicKey string `json:"publickey" bson:"publickey"`
Network string `json:"network" bson:"network"`
Address string `json:"address" bson:"address"`
Address6 string `json:"address6" bson:"address6"`
IngressGatewayID string `json:"ingressgatewayid" bson:"ingressgatewayid"`
IngressGatewayEndpoint string `json:"ingressgatewayendpoint" bson:"ingressgatewayendpoint"`
LastModified int64 `json:"lastmodified" bson:"lastmodified"`