Tunnel view model: IP address can be specified without '/cidr'
This commit is contained in:
parent
b372d50757
commit
167f5ce55f
|
@ -120,7 +120,7 @@ class TunnelViewModel {
|
|||
addresses.append(address)
|
||||
} else {
|
||||
fieldsWithError.insert(.addresses)
|
||||
errorMessages.append("Interface addresses should be a list of comma-separated IP addresses in CIDR notation")
|
||||
errorMessages.append("Interface addresses should be a list of comma-separated IP addresses")
|
||||
}
|
||||
}
|
||||
config.addresses = addresses
|
||||
|
|
Loading…
Reference in New Issue