Browse Source

models/extclient: Add Address6 to ExtClient

Signed-off-by: John Sahhar <[email protected]>
John Sahhar 3 years ago
parent
commit
0cfa197500
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/extclient.go

+ 1 - 0
models/extclient.go

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