Fix: Cidr Change (#1712)

* only calculate ip if cidr changed

if the cidr did not change, the ip will not change to prevent ip shifts

* fix lint
This commit is contained in:
Bernd Storath
2025-03-06 10:04:49 +01:00
committed by GitHub
parent f4d3608da7
commit 842475f799
3 changed files with 26 additions and 7 deletions
+2 -1
View File
@@ -193,7 +193,8 @@
},
"interface": {
"cidr": "CIDR",
"device": "Device"
"device": "Device",
"cidrValid": "CIDR must be valid"
},
"otl": "One Time link",
"stringMalformed": "String is malformed",