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

_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list

Reply via email to