Tunnel view model: IP address can be specified without '/cidr'
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
7e4597e0d7
commit
60943d88e0
|
@ -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