[PATCH] createnet: Updated error message for IPv6 when checking

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list



[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux