mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
createnet: Updated error message for IPv6 when checking
The message when using a non-private address when using IPv6 addresses referred to private IPv4; changed it to indicate IPv6.
This commit is contained in:
parent
85307b9bd2
commit
5a7ffed25e
@ -363,7 +363,7 @@ class vmmCreateNetwork(vmmGObjectUI):
|
||||
|
||||
if not ip.is_private:
|
||||
res = self.err.yes_no(_("Check Network Address"),
|
||||
_("The network should normally use a private IPv4 "
|
||||
_("The network should normally use a private IPv6 "
|
||||
"address. Use this non-private address anyway?"))
|
||||
if not res:
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user