mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-24 16:12:59 +08:00
retain traffickeys
Signed-off-by: ygelfand <yuri@shlitz.com>
This commit is contained in:
parent
28c2a82382
commit
3a457931fe
1 changed files with 1 additions and 0 deletions
|
@ -396,6 +396,7 @@ func (newNode *Node) Fill(currentNode *Node) {
|
|||
if newNode.Server == "" {
|
||||
newNode.Server = currentNode.Server
|
||||
}
|
||||
newNode.TrafficKeys = currentNode.TrafficKeys
|
||||
}
|
||||
|
||||
// StringWithCharset - returns random string inside defined charset
|
||||
|
|
Loading…
Reference in a new issue