mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-07 05:34:38 +08:00
add tags to extclient
This commit is contained in:
parent
14152a9484
commit
1596060d4b
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ type ExtClient struct {
|
|||
DeniedACLs map[string]struct{} `json:"deniednodeacls" bson:"acls,omitempty"`
|
||||
RemoteAccessClientID string `json:"remote_access_client_id"` // unique ID (MAC address) of RAC machine
|
||||
PostUp string `json:"postup" bson:"postup"`
|
||||
Tags map[TagID]struct{} `json:"tags"`
|
||||
PostDown string `json:"postdown" bson:"postdown"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue