mirror of
				https://github.com/gravitl/netmaker.git
				synced 2025-10-31 12:16:29 +08:00 
			
		
		
		
	isStatic now only represents whether the Endpoint var is static
This commit is contained in:
		| @@ -680,7 +680,7 @@ func networkNodesUpdateAction(networkName string, action string) error { | ||||
| 			fmt.Println("error in node address assignment!") | ||||
| 			return err | ||||
| 		} | ||||
| 		if action == models.NODE_UPDATE_KEY && node.IsStatic == "yes" { | ||||
| 		if action == models.NODE_UPDATE_KEY { | ||||
| 			continue | ||||
| 		} | ||||
| 		if node.Network == networkName { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 afeiszli
					afeiszli