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:
@@ -193,7 +193,8 @@
|
||||
},
|
||||
"interface": {
|
||||
"cidr": "CIDR",
|
||||
"device": "Device"
|
||||
"device": "Device",
|
||||
"cidrValid": "CIDR must be valid"
|
||||
},
|
||||
"otl": "One Time link",
|
||||
"stringMalformed": "String is malformed",
|
||||
|
||||
Reference in New Issue
Block a user