From Fedora Project Wiki
< Tools | NetworkManager
NetworkManager supports the IPv6 protocol. IPv6 is typically used in one of the following configurations:
== SLAAC in dual stack
/etc/radvd.conf:
interface eth0 { AdvSendAdvert on; prefix 2001:db8:1:2::/64 { } }
In this configuration, DNS is done with IPv4.
== SLAAC with RDNSS and DNSSL