[PATCH 5/5] Fix typo "DHCPV6"

Martin Sivak msivak at redhat.com
Thu Jan 31 13:53:26 UTC 2013


Ack.

----- Original Message -----
> ---
>  pyanaconda/network.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pyanaconda/network.py b/pyanaconda/network.py
> index c1e7626..294f937 100644
> --- a/pyanaconda/network.py
> +++ b/pyanaconda/network.py
> @@ -676,7 +676,7 @@ def kickstartNetworkData(ifcfg=None,
> hostname=None):
>                  kwargs["ipv6"] = ifcfg.get('IPV6ADDR')
>                  if ifcfg.get('IPV6_DEFAULTGW'):
>                      kwargs["gateway"] = ifcfg.get('IPV6_DEFAULTGW')
> -            if ifcfg.get('DHCPV6') == "yes":
> +            if ifcfg.get('DHCPV6C') == "yes":
>                  kwargs["ipv6"] = "dhcp"
>  
>      # ipv4 and ipv6
> --
> 1.7.11.7
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches
> 


More information about the anaconda-patches mailing list