Hello, Situation: - DHCPv6 server hands out IPv6 addresses, so DHCPV6C should be set in networking config.
- Gateway is gathered from Router Advertisements, so IPV6_AUTOCONF should be "yes" (if IPV6_AUTOCONF = "no", then ipv6/conf/eth0/accept_ra = 0) So both DHCPV6C and IPV6_AUTOCONF should be "yes". However, looking at the Kickstart code (at https://github.com/sassoftware/anaconda/blob/master/dracut/parse-kickstart#L349 ), there are only two options: - dhcp: DHCPV6C = yes, IPV6_AUTOCONF = no - auto = DHCPV6C = no (unset), IPV6_AUTOCONF = yes So both options do exactly the opposite of what I need. Has anyone figured this one out yet? I can't be the only one using DHCPv6 and RAs... Met vriendelijke groeten, William Edwards T. 040 - 711 44 96 E. [email protected]
_______________________________________________ Kickstart-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/kickstart-list
