[virt-tools-list] [PATCH] createnet: Updated error message for IPv6 when checking

Robb Manes rmanes at redhat.com
Mon Sep 21 16:27:59 UTC 2015


The message when using a non-private address when using IPv6 addresses
referred to private IPv4; changed it to indicate IPv6.
---
 virtManager/createnet.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtManager/createnet.py b/virtManager/createnet.py
index d35d7ea..5e3e402 100644
--- a/virtManager/createnet.py
+++ b/virtManager/createnet.py
@@ -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
-- 
2.4.3




More information about the virt-tools-list mailing list