:orphan: .. title:: CONFIG_NET_IPV6_RA_RDNSS .. kconfig:: CONFIG_NET_IPV6_RA_RDNSS CONFIG_NET_IPV6_RA_RDNSS ######################## *Support RA RDNSS option* Type: ``bool`` Help ==== .. code-block:: none Support Router Advertisement Recursive DNS Server option. See RFC 6106 for details. The value depends on your network needs. Direct dependencies =================== \ :kconfig:`NET_IPV6_ND ` && \ :kconfig:`NET_IPV6 ` && !\ :kconfig:`NET_RAW_MODE ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/net/ip/Kconfig.ipv6:130`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` → ``/net/ip/Kconfig:115`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → IPv6 .. code-block:: kconfig config NET_IPV6_RA_RDNSS bool "Support RA RDNSS option" default y depends on NET_IPV6_ND && NET_IPV6 && !NET_RAW_MODE && NETWORKING help Support Router Advertisement Recursive DNS Server option. See RFC 6106 for details. The value depends on your network needs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*