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

Cole Robinson crobinso at redhat.com
Mon Sep 21 21:05:37 UTC 2015


On 09/21/2015 12:27 PM, Robb Manes wrote:
> 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
> 

Thanks for the patch, pushed now

- Cole




More information about the virt-tools-list mailing list