mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-29 14:12:23 +08:00
static configs
This commit is contained in:
@@ -252,7 +252,7 @@ func NetworkNodesUpdateAction(networkName string, action string) error {
|
||||
fmt.Println("error in node address assignment!")
|
||||
return err
|
||||
}
|
||||
if action == models.NODE_UPDATE_KEY && node.StaticPubKey == "yes" {
|
||||
if action == models.NODE_UPDATE_KEY && node.IsStatic == "yes" {
|
||||
continue
|
||||
}
|
||||
if node.Network == networkName {
|
||||
|
Reference in New Issue
Block a user