<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.25 (Ruby 2.6.10) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

<!ENTITY RFC6724 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6724.xml">
<!ENTITY RFC8028 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8028.xml">
<!ENTITY RFC4861 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4861.xml">
<!ENTITY RFC2119 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC4191 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4191.xml">
<!ENTITY RFC4193 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4193.xml">
<!ENTITY RFC7526 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7526.xml">
<!ENTITY RFC8174 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
<!ENTITY RFC1918 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.1918.xml">
<!ENTITY RFC6555 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6555.xml">
<!ENTITY RFC8305 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8305.xml">
<!ENTITY RFC3587 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3587.xml">
<!ENTITY RFC8925 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8925.xml">
<!ENTITY RFC3484 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3484.xml">
<!ENTITY RFC4862 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4862.xml">
<!ENTITY RFC3493 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3493.xml">
<!ENTITY RFC4380 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4380.xml">
<!ENTITY RFC5461 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5461.xml">
<!ENTITY RFC7078 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7078.xml">
]>


<rfc ipr="trust200902" docName="draft-ietf-6man-rfc6724-update-25" category="std" consensus="true" submissionType="IETF" updates="6724">
  <front>
    <title abbrev="Prioritizing known-local ULA in RFC 6724">Prioritizing known-local IPv6 ULAs through address selection policy</title>

    <author initials="N." surname="Buraglio" fullname="Nick Buraglio">
      <organization>Energy Sciences Network</organization>
      <address>
        <email>buraglio@forwardingplane.net</email>
      </address>
    </author>
    <author initials="T." surname="Chown" fullname="Tim Chown">
      <organization>Jisc</organization>
      <address>
        <email>Tim.Chown@jisc.ac.uk</email>
      </address>
    </author>
    <author initials="J." surname="Duncan" fullname="Jeremy Duncan">
      <organization>Tachyon Dynamics</organization>
      <address>
        <email>jduncan@tachyondynamics.com</email>
      </address>
    </author>

    <date year="2025" month="August" day="11"/>

    <area>Internet</area>
    <workgroup>6MAN</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<?line 60?>

<t>This document updates the default address selection algorithm for Internet
Protocol Version 6 (IPv6), originally specified in RFC 6724, based on
accumulated operational experience. It introduces the concept of "known-local"
Unique Local Address (ULA) prefixes within the fd00::/8 block and specifies
that ULA-to-ULA communications using such prefixes should be preferred over
both IPv4-to-IPv4 and GUA-to-GUA (Global Unicast Address) communications in
local use scenarios. The document defines mechanisms for nodes to identify and
incorporate known-local prefixes into their address selection policy tables. It
introduces a requirement to implement Rule 5.5 of RFC 6724 and reduces the default
precedence for 6to4 addresses. These updates enhance the supportability of typical
deployment environments, including automatic and unmanaged configurations,
and promote consistent IPv6-over-IPv4 precedence behavior for both ULA and GUA within
local networks. The document acknowledges that certain atypical deployment models may require explicit
configuration to achieve intended operational outcomes.</t>



    </abstract>



  </front>

  <middle>


<?line 77?>

<section anchor="introduction"><name>Introduction</name>

<t>Since its publication in 2012, Default Address Selection for Internet Protocol Version 6 (IPv6) <xref target="RFC6724"></xref> has become an important mechanism by which nodes can perform address selection, deriving the most appropriate source and destination address pair to use from a candidate set by following the procedures defined in the RFC. Part of the process involves the use of a policy table, where the precedence and labels for address prefixes are listed, and for which a default policy table is defined.</t>

<t>It was always expected that the default policy table may need to be changed based on operational experience; section 2.1 of <xref target="RFC6724"/> states "It is important that implementations provide a way to change the default policies as more experience is gained" and points to the examples in Section 10 of the same document, which include Section 10.6 where a unique local address (ULA as defined in <xref target="RFC4193"/>) example is presented.</t>

<t>This document is written on the basis of such operational experience, in particular for scenarios where ULAs are used for their intended purpose as stated in <xref target="RFC4193"/>, i.e., they are designed to be routed within a local site and by default not advertised, used or received from external locations to that site. The document defines how preference for ULAs may be elevated for appropriate, common scenarios.</t>

<t>To support the preference to use ULA address pairs over both IPv4 and GUA (Global Unicast Address as defined in <xref target="RFC3587"/>) address pairs for local intra-site scenarios, the concept of a "known-local" ULA address is introduced. This document describes the means for nodes to determine ULA prefixes that are known to be local to the site they are operating in and to insert those prefixes into their policy table with a label that differs from general ULA prefixes. This capability allows nodes to prefer ULA-ULA communication locally, but still use GUA-GUA address pairs for external communication, and importantly avoid selecting a ULA source to talk to a non-local ULA destination.</t>

<t>This document also reinforces the text in Section 5 of <xref target="RFC6724"/> to require support for Rule 5.5.</t>

<t>Section 3.1 of <xref target="RFC4193"/> defines ULAs within fc00::/7, where the L bit, as detailed in Section 3.1, is set to 1 for locally assigned (generated) prefixes, with L=0 as yet undefined. The use of known-locals as described in this document therefore applies to the currently used ULA prefixes under fd00::/8, where the prefixes conform to the definition in Section 3.1 of <xref target="RFC4193"/>.</t>

<t>The overall goal of this update is to improve behavior for common scenarios, and to assist in the phasing out of use of IPv4, while noting that some specific scenarios may still require explicit configuration.</t>

<t>An IPv6 deployment, whether enterprise, residential or other, may use combinations of IPv6 GUAs, IPv6 ULAs, IPv4 global addresses, IPv4 RFC1918 addresses, and may or may not use some form of NAT. However, this document makes no comment or recommendation on how ULAs are used, or on the use of NAT in an IPv6 network.</t>

<section anchor="operational-issues-regarding-precedence-for-ipv4-addresses-over-ulas"><name>Operational Issues Regarding Precedence for IPv4 addresses over ULAs</name>

<t>With multi-addressing being the norm for IPv6, more so where nodes are dual-stack, the ability for a node to pick an appropriate address pair for communication is very important.</t>

<t>Where getaddrinfo() as referenced in <xref target="RFC3493"/>, or a comparable API is used, the sorting behavior should take into account both
the source addresses of the requesting node as well as the destination addresses returned, and sort the candidate address pairs following the procedures defined in RFC6724.</t>

<t>The current default policy table leads to precedence for use of IPv6 GUAs over IPv4 global addresses, which is widely considered preferential behavior to support greater use of IPv6 in dual-stack environments. This helps in allowing sites to phase out IPv4 as its evidenced use becomes ever lower.</t>

<t>However, there are two issues with precedence, or rather non-precedence, for ULAs as originally defined in RFC6724.</t>

<t>First, the aforementioned default policy table places IPv6 ULAs below all IPv4 addresses, including <xref target="RFC1918"/> addresses, such that IPv4-IPv4 address pairs are favored over ULA-ULA address pairs. Given the IPv6 GUA preference, this could create difficulties with respect to planning, operational, and security implications for environments where ULA addresses are used in IPv4/IPv6 dual-stack network scenarios. The expected default prioritization of known-local IPv6 traffic over IPv4 by default, as happens with IPv6 GUA addresses, does not happen for ULAs.</t>

<t>As a result, the use of ULAs is not a viable option for dual-stack networking transition planning, large scale network modeling, network lab environments or other modes of large scale networking that run both IPv4 and IPv6 concurrently with the expectation that IPv6 will be preferred by default. Local preference of ULAs over IPv4 is thus important to assist administrators in phasing out IPv4 from dual-stack environments and is an important enabler for sites seeking to move from dual-stack to IPv6-only networking.</t>

<t>Additionally, an issue exists in the scenario where nodes in a dual-stack site are addressed from both ULA and GUA prefixes, RFC6724 will see GUA-GUA address pairs chosen over ULA-ULA. One goal of ULA addresses was to allow local communications to be independent of the availability of external connectivity and addresses, such that persistent ULAs can be used even when the global prefix made available to a site is withdrawn or changes.</t>

<t>This document therefore introduces two changes to RFC6724 to require that nodes implement elevated or differential precedence for known-local ULAs, i.e., ULAs within a common local network, over both IPv4 and IPv6 GUAs.</t>

<t>The first change is an update to the default policy table to elevate the precedence for ULAs prefixes such that ULAs, like GUAs, carry a higher precedence than all IPv4 addresses, making IPv6 precedence over IPv4 consistent for both ULAs and GUAs.</t>

<t>The second change is the introduction of the concept of known-local ULAs.  RFC6724 includes a method by which nodes may provide more fine-grained support for further elevating the preference for specific ULA prefixes, while leaving other general ULA prefixes at
the precedence described in the previous paragraph.  This document elevates the requirement for specific ULA prefixes to be inserted into the policy table to be a requirement, but only for observed prefixes that are known to be local, i.e., known-local ULAs.</t>

<t>These changes aim to improve the default handling of address selection for common cases, and unmanaged / automatic scenarios rather than those where DHCPv6 is deployed. The changes are discussed in more detail in the following sections, with a further section providing a summary of the proposed updates.</t>

</section>
<section anchor="precedence-of-6to4-addresses"><name>Precedence of 6to4 addresses</name>

<t>The anycast prefix for 6to4 relays was formally deprecated by <xref target="RFC7526"/> in 2015, and since that time the use of 6to4 addresses has further declined, with very little evidence of its use on the public Internet. Note that RFC7526 does not deprecate the 6to4 IPv6 prefix 2002::/16, it only deprecates the 6to4 Relay IPv4 prefix.</t>

<t>This document therefore demotes the precedence of the 6to4 prefix in the policy table to the same precedence as carried by the Teredo prefix defined in <xref target="RFC4380"></xref>. Leaving this entry in the default table will cause no problems and will help if any deployments still exist, and ensure 6to4 prefixes are differentiated from general GUAs.</t>

<t>The discussion regarding the adding of 6to4 site prefixes in section 10.7 of <xref target="RFC6724"/> remains valid.</t>

</section>
</section>
<section anchor="terminology"><name>Terminology</name>

<t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>

<?line -18?>

<t>GUA: Global Unicast Addresses as defined in <xref target="RFC3587"/></t>

<t>ULA: Unique Local Addresses as defined in <xref target="RFC4193"/></t>

<t>Known-local ULA: A ULA prefix that a node has determined to be local to a given node, network, or administrative domain</t>

<t>RA: IPv6 Router Advertisement as defined in <xref target="RFC4861"/></t>

<t>PIO: IPv6 Prefix Information Option as defined in <xref target="RFC4861"/></t>

<t>SLAAC: IPv6 Stateless Address Auto-configuration <xref target="RFC4862"/></t>

</section>
<section anchor="adjustments-to-rfc-6724"><name>Adjustments to RFC 6724</name>

<t>This document makes three specific changes to RFC6724: first to update the default policy table, second to change Rule 5.5, which adjusts precedence of addresses in a prefix advertised by the next-hop, to a requirement, and third to require nodes to insert observed known-local ULA prefixes into their policy table.</t>

<section anchor="policy-table-update"><name>Policy Table Update</name>

<t>This update alters the default policy table listed in Rule 2.1 of RFC 6724.</t>

<t>It should be noted the order of rows in the policy table is of no consequence and only the precedence value is relevant.</t>

<t>The table below reflects the updated precedence table:</t>

<figure><artwork><![CDATA[
Prefix        Precedence Label
::1/128               50     0
$known_local/4x       45    14 (**)
::/0                  40     1
fc00::/7              30    13 (*)
::ffff:0:0/96         20     4 (*)
2002::/16              5     2 (*)
2001::/32              5     5
::/96                  1     3
fec0::/10              1    11
3ffe::/16              1    12

(*) value(s) changed in update
(**) $known_local = the ULA Known-Local IPv6 prefix(es), with lengths between /40 and /48 (if any)
with precedence and labels per the rules in Sec 5.3

]]></artwork></figure>

<t>The update moves 2002::/16 to de-preference its status in line with <xref target="RFC7526"/> and moves the precedence of fc00::/7 above legacy IPv4, with ::ffff:0:0/96 now set to precedence 20.</t>

</section>
<section anchor="rule-55"><name>Rule 5.5</name>

<t>The text in RFC6724 states that the Rules <bcp14>MUST</bcp14> be followed in order, but also includes a discussion note under Rule 5.5 that says that an IPv6 implementation is not required to remember which next-hops advertised which prefixes and thus that Rule 5.5 is only
applicable to implementations that track this information.</t>

<t>This document removes that exception and elevates the requirement to prefer addresses in a prefix advertised by a next-hop router to a requirement for all nodes.</t>

<t>This change means that an IPv6 implementation will need to remember which next-hops advertised which prefixes
<xref target="RFC8028"/>, despite the conceptual models of IPv6 hosts in Section 5 of <xref target="RFC4861"/> and Section 3 of <xref target="RFC4191"/>
having no such requirement.</t>

</section>
<section anchor="automatic-insertion-of-known-local-ula-prefixes-into-the-policy-table"><name>Automatic insertion of known-local ULA prefixes into the policy table</name>

<t>Section 2.1 of <xref target="RFC6724"/> states that "an implementation <bcp14>MAY</bcp14> automatically add additional site-specific rows to the default table based on its configured addresses, such as for Unique Local Addresses (ULAs)", but it provides no detail on how such behavior might be implemented.</t>

<t>If a node can determine which ULA prefix(es) are known to be local, it can provide differential treatment for those over general, non-known-local ULAs, and insert these into the policy table at a higher precedence than GUAs while keeping all general ULA prefixes to a lower precedence.</t>

<t>This document thus elevates the <bcp14>MAY</bcp14> requirement above for insertion to a <bcp14>MUST</bcp14> for the specific case of known-local ULAs.</t>

<t>These known-local ULA prefixes are inferred from ULA addresses assigned to interfaces or learned from Prefix Information Options (PIOs) in Router Advertisements (RAs) <xref target="RFC4861"/> received, regardless of how the PIO flags are set. Further, they are learned from Route Information Options (RIOs) in RAs received by Type C hosts that process RIOs, as defined in <xref target="RFC4191"/>.</t>

<t>Section 3.1 of <xref target="RFC4193"/> only defines ULA prefixes where the L-bit is set to 1, i.e., prefixes under fd00::/8 where the prefix is locally assigned or generated.</t>

<t>The following rules define how the learnt known-local ULA prefixes under fd00::/8 are inserted into the address selection policy table for a node, through a conceptual list of known-local prefixes.</t>

<t><list style="numbers" type="1">
  <t>Any RIO or PIO that is delivered in an RA in which the "SNAC Router" RA header flag bit <xref target="SNACBIT"/> is set <bcp14>MUST</bcp14> be ignored when considering the following rules.</t>
  <t>RIOs from within fd00::/8 are considered the preferred information source for determining known-local ULAs and should override other conflicting information or assumptions from other sources, including PIOs.</t>
  <t>RIOs within fd00::/8 that are of length /40 or longer <bcp14>MUST</bcp14> be added to the known-local ULA list. RIOs for shorter prefixes <bcp14>MUST NOT</bcp14> be used to insert known-local ULA entries in the address selection policy table</t>
  <t>PIOs received within fd00::/8 that are not already in the nodes known-local ULA list <bcp14>MUST</bcp14> be added to the list with an assumed prefix length of /48, regardless of how the PIO flags are set.</t>
  <t>ULA interface addresses from within fd00::/8, particularly ones not created by SLAAC, and not already covered by the known-local ULA list <bcp14>MUST</bcp14> be added to the list with an assumed prefix length of /48. However, as with rule 1, if the ULA interface address was generated on the basis of a PIO that has only been seen in RAs in which the SNAC router flag bit is set, this ULA prefix <bcp14>MUST NOT</bcp14> be used as described in this rule (rule 5). This prevents potential use of a non-routable source address when communicating to a known-local ULA destination address that is not on the local link, as SNAC-generated ULAs can only work on a single link, and the only reason to ever choose them in source address selection is that the only choice for a destination address is the longest prefix match.</t>
  <t>When inserting known-local ULA entries into the policy table, they <bcp14>MUST</bcp14> have a label of 14 (rather than the default ULA label of 13) and a precedence of 45.</t>
  <t>Entries <bcp14>MUST</bcp14> be removed from the known-local ULA list and the Policy Table when the announced RIOs or PIOs become invalid, or an interface address is removed, and there is no covering RIO or PIO.</t>
</list></t>

<t>When support is added for the insertion of known-local ULA prefixes into the current policy table it <bcp14>MUST</bcp14> default to on, but a mechanism <bcp14>SHOULD</bcp14> be supported to administratively toggle the behavior off and on.</t>

<t>Mechanisms and techniques used to display a node's current policy table <bcp14>MUST</bcp14> show all currently inserted known-local ULA prefixes.</t>

<t>The identification and insertion of known-local prefixes under fc00::/8 is currently not defined.</t>

<t>Note that a practical limit exists on the number of RIOs and PIOs that can be placed into a single RA. Therefore, there is a practical limit to the number of known-local ULAs that can be expressed on a single network and the number of ULA prefixes that can automatically be preferred over IPv4 and GUA prefixes within the policy table. This limit is unlikely to impact most networks, especially residential and other small unmanaged networks that automatically generate ULA prefixes.</t>

<t>Section 4 of <xref target="RFC4191"/> says "Routers <bcp14>SHOULD NOT</bcp14> send more than 17 Route Information Options in Router Advertisements per link. This arbitrary bound is meant to reinforce that relatively few and carefully selected routes should be advertised to hosts." The exact limit will depend on other options that are used. So while this is not the practical limit discussed above, administrators should take extra care not to cause the RA size to exceed the MTU when filling the RA with RA Options when exceeding this limit.</t>

<t>Note that in the case of Rule 3 above it would be expected that ULA prefixes being included in the known-local prefix
list be compliant with Section 3 of <xref target="RFC4193"/> (i.e., /48 in size) but the above rule is pragmatic in that it allows
the use of ULA prefixes from /48 to /40 in length.
Most networks use ("are expected to use") /48 prefixes as per
RFC4193. However, it is possible that in some circumstances a
larger managed enterprise may wish to use a shorter prefix (e.g., to simplify management, filtering
rules, etc, and to overcome the issue with the number of RIOs an RA
can carry as described in the above paragraph). However, such
non-compliant use of ULAs may be problematic in other ways, e.g., carrying an increased risk of collision with other
ULA prefixes, because shorter prefixes have a lower chance to be globally unique.</t>

</section>
</section>
<section anchor="configuration-of-the-default-policy-table"><name>Configuration of the default policy table</name>

<t>As stated in Section 2.1 of <xref target="RFC6724"/> "IPv6 implementations <bcp14>SHOULD</bcp14> support configurable address selection via a mechanism at least as powerful as the policy tables defined here".</t>

<t>Based on operational experience to date, it is important that node policy tables can be changed once deployed to support future emerging use cases. This update thus re-states the importance of such configurability.</t>

</section>
<section anchor="intended-behavior"><name>Intended behavior</name>

<t>In this section we review the intended default behavior after this update is applied.</t>

<section anchor="gua-gua-preferred-over-ipv4-ipv4"><name>GUA-GUA preferred over IPv4-IPv4</name>

<t>This is the current behavior, and remains unaltered. The rationale is to promote use of IPv6 GUAs in dual-stack environments.</t>

</section>
<section anchor="gua-gua-preferred-over-ula-ula"><name>GUA-GUA preferred over ULA-ULA</name>

<t>This is the current behavior, and remains unaltered for the general case.</t>

<t>However, where a ULA prefix is determined to be local, and added as a known-local ULA prefix to a node's address selection policy table, communications to addresses in other known-local ULA prefixes will prefer ULA-ULA address pairs to GUA-GUA (matching label, higher precedence).</t>

</section>
<section anchor="known-local-ula-known-local-ula-preferred-over-gua-gua"><name>Known-local ULA - Known-local ULA preferred over GUA-GUA</name>

<t>As described in the previous case, this document elevates precedence for use of ULAs over GUAs in cases where the ULA prefix(es) in use can be determined to be local to a site or organization.</t>

<t>By only adapting this behavior for known-local ULAs, a node will not select a ULA source to talk to a non-local ULA destination and will instead correctly use GUA-GUA.</t>

<t>Nodes not yet implementing this RFC will continue to use GUA-GUA over ULA-ULA for all cases.</t>

<t>As an example, consider a site that uses prefixes ULA1::/48, ULA2::/48 and GUA1::/48.</t>

<t>Host A has address ULA1::1 and GUA1:1::1
Host B has address ULA2::1 and GUA1:2::1</t>

<t>Both ULA prefixes have been determined to be known-local through RIOs.
Perhaps ULA2 is reachable within the site, but its prefix is not in direct use at host A.</t>

<t>If host A sends to host B the candidate pairs are ULA1::1 - ULA2::1 and GUA1:1::1 - GUA1:2::1.</t>

<t>In this case ULA1::1 - ULA2::1 wins because of matching labels (both 14) and higher precedence than GUA (45 vs 40).</t>

<t>If host A were to send to a host C with addresses ULA3::1 (where ULA3::/48 has not been learned to be a known-local prefix) and GUA2:1::1, host A would use the GUA address pair for the communication as the GUAs have matching labels (both 1) where the known-local ULA and general ULA do not (14 and 13 respectively).</t>

</section>
<section anchor="known-local-ula-known-local-ula-preferred-over-ipv4-ipv4"><name>Known-local ULA-known-local ULA preferred over IPv4-IPv4</name>

<t>This update changes previous behavior for this case. RFC6724 as originally defined would lead to IPv4 being preferred over ULAs, which is contrary to the spirit of the IPv6 GUA precedence over IPv4, and to the goal of removing evidenced use of IPv4 in a dual-stack site before transitioning to IPv6-only.</t>

<t>This document elevates the precedence of known-local ULAs above IPv4, so known-local ULA-ULA address pairs will be chosen over IPv4-IPv4 pairs (matching label, higher precedence).</t>

</section>
<section anchor="ipv4-ipv4-preferred-over-ula-gua"><name>IPv4-IPv4 preferred over ULA-GUA</name>

<t>An IPv6 ULA source address will only be preferred over an IPv4 address if both IPv6 ULA source and destination addresses are available. With Rule 5 of Section 6 of <xref target="RFC6724"/> and the ULA-specific label added in <xref target="RFC6724"/> (which was not present in <xref target="RFC3484"/>) an IPv4 source and destination will be preferred over an IPv6 ULA source and an IPv6 GUA destination address, even though generally known-local IPv6 ULA addresses are preferred over IPv4 in the policy table as proposed in this update. The IPv4 matching label trumps ULA-GUA.</t>

</section>
</section>
<section anchor="discussion-of-ula-source-with-gua-or-remote-ula-destination"><name>Discussion of ULA source with GUA or remote ULA destination</name>

<t>In this section we present a discussion on the scenarios where a ULA source may be communicating with a GUA or ULA destination.</t>

<t>A potential problem exists when a ULA source attempts to communicate with GUA or remote ULA destinations. In these scenarios, the ULA source as stated earlier is by default intended for communication only with the local network, meaning an individual site, several sites that are part of the same organization, or multiple sites across cooperating organizations, as detailed in <xref target="RFC4193"/>. As a result, most GUA and ULA destinations are not attached to the same local network as the ULA source and are, therefore, not reachable from the ULA source.</t>

<t>Scenario 1: ULA source and GUA destination</t>

<t>When only a ULA source is available for communication with GUA destinations, this generally implies no connectivity to the IPv6 Internet is available. Otherwise, a GUA source would have been made available and selected for use with GUA destinations. As a result, the ULA source will typically fail when it attempts to communicate with most GUA destinations. However, corner cases exist where the ULA source will not fail, such as when GUA destinations are attached to the same local network as the ULA source.</t>

<t>Scenario 2: ULA source and remote ULA destination</t>

<t>Receiving a DNS response for a ULA destination that is not attached to the local network is considered a misconfiguration. This contradicts the operational guidelines provided in Section 4.4 of <xref target="RFC4193"/>. Nevertheless, this can occur, and the ULA source will typically fail when it attempts to communicate with ULA destinations that are not attached to the same local network as the ULA source. This case provides a rationale for implementing support for known-local ULA prefix insertion in the policy table, such that differential behavior can be applied for known-local versus general ULA prefixes.</t>

<t>The remainder of this section discusses several complementary mechanisms involved with these scenarios.</t>

<section anchor="the-ula-label-and-its-precedence"><name>The ULA Label and its Precedence</name>

<t><xref target="RFC6724"/> added (in obsoleting <xref target="RFC3484"/>) a separate label for ULAs (the whole range, under fc00::/7), whose default precedence is raised by this update. This separate label interacts with Rule 5 of Section 6 of <xref target="RFC6724"/>, which says:</t>

<figure><artwork><![CDATA[
Rule 5: Prefer matching label.

If Label(Source(DA)) = Label(DA) and Label(Source(DB)) <> Label(DB),
then prefer DA.

Similarly, if Label(Source(DA)) <> Label(DA) and Label(Source(DB)) =
Label(DB), then prefer DB.
]]></artwork></figure>

<t>In the first scenario, the ULA source label, whether known-local or not, will not match the GUA destination label. Therefore, an IPv4 destination, if available, will be preferred over a GUA destination with a ULA source, even though the GUA destination has higher precedence than the IPv4 destination in the policy table. This means the IPv4 destination will be moved up in the list of destinations over the GUA destination with the ULA source.</t>

<t>If the ULA (fc00::/7) label is removed from the policy table, a GUA destination with a ULA source will be preferred over an IPv4 destination, as GUA and ULA will be part of the same label (for ::/0).</t>

<t>In the second scenario, if the ULA source has been recognized as being within a known-local prefix that has been inserted into the address selection policy table, then the known-local ULA source and general ULA destination will have different labels, and therefore IPv4 communication will be preferred.</t>

<t>If the ULA source has not been recognized as known-local, e.g., if the insertion of known-local prefixes into the policy table has been administratively disabled, its general ULA label will match the general ULA destination label and therefore, whether part of the local network or not, the ULA destination will be preferred over an IPv4 destination.</t>

</section>
<section anchor="happy-eyeballs"><name>Happy Eyeballs</name>

<t>Regardless of the precedence resulting from the above discussion, Happy Eyeballs version 1 <xref target="RFC6555"/> or version 2 <xref target="RFC8305"/>, if implemented, will try both the GUA or ULA destination with the ULA source and the IPv4 destination and source pairings.
The ULA source will typically fail to communicate with most GUA or remote ULA destinations, and IPv4 will be preferred if IPv4 connectivity is available unless the GUA or ULA destinations are attached to the same local network as the ULA source.</t>

</section>
<section anchor="try-the-next-address"><name>Try the Next Address</name>

<t>As stated in Section 2 of <xref target="RFC6724"/>:</t>

<t>"Well-behaved applications <bcp14>SHOULD NOT</bcp14> simply use the first address returned from an API such as getaddrinfo() and then give up if it fails. For many applications, it is appropriate to iterate through the list of addresses returned from getaddrinfo() until a working address is found. For other applications, it might be appropriate to try multiple addresses in parallel (e.g., with some small delay in between) and use the first one to succeed."</t>

<t>Therefore, when an IPv4 destination is preferred over GUA or ULA destinations, IPv4 will likely succeed if IPv4 connectivity is available, and the GUA or ULA destination may only be tried if Happy Eyeballs is implemented.</t>

<t>On the other hand, if the GUA or ULA destination with the ULA source is preferred, the ULA source will typically fail to communicate with GUA or ULA destinations that are not connected to the same local network. However, if the operational guidelines in Section 4.3 of <xref target="RFC4193"/> are followed, recognizing this failure can be accelerated, and transport layer timeouts (e.g., TCP hard errors as described in section 2.1 <xref target="RFC5461"/>) can be avoided. The guidelines will cause a Destination Unreachable ICMPv6 Error to be received by the source device, signaling the next address in the list to be tried, as discussed above.</t>

</section>
</section>
<section anchor="following-ula-operational-guidelines-in-rfc4193"><name>Following ULA operational guidelines in RFC4193</name>

<t>This section re-emphasizes two important operational requirements stated in <xref target="RFC4193"/> that should be followed by administrators.</t>

<section anchor="filtering-ula-source-addresses-at-site-borders"><name>Filtering ULA-source addresses at site borders</name>

<t>Section 4.3 of <xref target="RFC4193"/> states "Site border routers and firewalls should be configured to not forward
any packets with Local IPv6 source or destination addresses outside the site, unless they have been explicitly configured with routing information about specific /48 or longer Local IPv6 prefixes".</t>

<t>And further that "Site border routers should respond with the appropriate ICMPv6 Destination Unreachable message to inform the source that the packet was not forwarded".</t>

<t>As stated in the above discussion, such ICMPv6 messages can assist in fast failover for TCP connections.</t>

</section>
<section anchor="avoid-using-ula-addresses-in-the-global-dns"><name>Avoid using ULA addresses in the global DNS</name>

<t>Section 4.4 of <xref target="RFC4193"/> states that "AAAA and PTR records for locally assigned local IPv6 addresses are not recommended to be installed in the global DNS."</t>

<t>This is particularly important given the general method presented in this document elevates the priority for ULAs above IPv4. However, where support for insertion of known-local prefixes is implemented, such "rogue" ULAs in the global DNS are a less serious concern for address selection as they would have the lowest precedence.</t>

</section>
</section>
<section anchor="the-practicalities-of-implementing-address-selection-support"><name>The practicalities of implementing address selection support</name>

<t>As with most adjustments to standards, and using the introduction of RFC6724 as a measuring stick, the updates defined in this document will likely take several years to become common enough for consistent behavior within most operating systems. At the time of writing, it has been over 10 years since RFC6724 has been published but we continue to see existing commercial and open source operating systems exhibiting RFC3484 (or other) behavior.</t>

<t>While it should be noted that RFC6724 defines a solution to adjust the address precedence selection table that is functional theoretically, operationally the solution is operating system dependent and in practice policy table changes cannot be signaled by any currently deployed network mechanism. While <xref target="RFC7078"/> defines such a DHCPv6 option, there are few if any implementations. This lack of an intra-protocol or network-based ability to adjust address selection precedence, along with the inability to adjust a notable number of operating systems either programmatically or manually, renders operational scalability of such a mechanism challenging.</t>

<t>It is especially important to note this behavior in the long lifecycle equipment that exists in industrial control and operational technology environments due to their very long mean time to replacement/lifecycle.</t>

</section>
<section anchor="limitations-of-rfc6724"><name>Limitations of RFC6724</name>

<t>The procedures defined in RFC6724 do not give optimal results for all scenarios. As stated in the introduction, the aim of this update is to improve the behavior for the most common scenarios.</t>

<t>Operational experienced has demonstrated that 3484/6724/getaddrinfo() model is fundamentally limited with regard to optimal address selection. A model that considers address pairs directly, rather than sorting on destination addresses with the best source for that address, would be preferable, but beyond the scope of this document.</t>

<t>To simplify address selection, administrators may instead look to deploy IPv6-only and/or may choose to only use GUA addresses and no ULA addresses. Other approaches to reduce the use of IPv4, e.g., through use of DHCPv4 Option 108 as defined in <xref target="RFC8925"/> as part of an "IPv6 Mostly" deployment model, also help simplify address selection for nodes.</t>

</section>
<section anchor="acknowledgements"><name>Acknowledgements</name>

<t>The authors would like to acknowledge the valuable input and contributions of the 6man WG including (in alphabetic order) Erik Auerswald, Dale Carder, Brian Carpenter, Tom Coffeen, Lorenzo Colitti, Chris Cummings, David Farmer (in particular for the ULA to GUA/ULA discussion text, and discussion of using the specific fd00::/8 prefix for known-locals), Bob Hinden, Scott Hogg, Ed Horley, Ted Lemon, Jen Linkova, Michael Richardson, Kyle Rose, Nathan Sherrard, Ole Troan, Eduard Vasilenko, Eric Vyncke, Paul Wefel, Timothy Winters, and XiPeng Xiao.</t>

</section>
<section anchor="implementation-status"><name>Implementation Status</name>

<t>This section should be removed before publication as an RFC.</t>

<t>There are two known implementations of the ULA known-local precedence mechanism.
The first implementation was created by Lorenzo Colitti at Google as a prototype solution, with public code available for reference on their android platform available to the public <xref target="ANDROID"/>. It was last updated in April of 2024, and does not include the capability to listen for RIO/PIO changes, but does support adding the ULA prefix learned on the interface to the known-local precedence.</t>

<t>The second implementation was written by Jeremy Duncan at Tachyon Dynamics and made available as open source, reference prototype code available <xref target="RAIO-ULA-PY"/>. This implementation includes a full implementation written in python, including the capability to listen to RIO and PIO on the wire and adjust ULA known-local prefixes as needed. It was last updated in May of 2024.</t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>The mixed precedence for IPv6 over IPv4 from the default policy table in RF 6724 represents a potential security issue, given an operator may expect ULAs to be used when in practice RFC1918 addresses are used instead.</t>

<t>The requirements of RFC4193, stated earlier in this document, should be followed for optimal behavior.</t>

<t>Administrators should be mindful of cases where communicating nodes have differing behavior for address selection, e.g., RFC3484 behavior, RFC6724, the updated RFC6724 behavior defined here, some other non-IETF-standardized behavior, or even no mechanism. There may thus be inconsistent behavior for communications initiated in each direction between two nodes. Ultimately all nodes should be made compliant to the updated specification described in this document.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>None.</t>

</section>
<section anchor="appendix"><name>Appendix</name>

<t>The table below reflects the <xref target="RFC6724"/> table</t>

<figure><artwork><![CDATA[
                    RFC6724
Prefix       Precedence Label
::1/128              50     0
::/0                 40     1
::ffff:0:0/96        35     4
2002::/16            30     2
2001::/32             5     5
fc00::/7              3    13
::/96                 1     3
fec0::/10             1    11
3ffe::/16             1    12
]]></artwork></figure>

</section>
<section anchor="summary-of-changes-and-additional-text-since-rfc6724"><name>Summary of changes and additional text since RFC6724</name>

<t><list style="symbols">
  <t>Introduced concept of known-locals and rules for their insertion/removal in the table.</t>
  <t>Changed default policy table to move fc00::/7 to precedence 30, above legacy IPv4.</t>
  <t>Changed default policy table to move the 6to4 address block 2002::/16 to the same precedence as the Teredo prefix.</t>
  <t>Changed ::ffff:0:0/96 to precedence 20.</t>
  <t>Changed Rule 5.5 to a <bcp14>MUST</bcp14> support.</t>
  <t>Added text clarifying intended behavior.</t>
  <t>Added text discussing ULA to GUA/ULA case.</t>
  <t>Added text for the security section.</t>
  <t>Added text to account for SNAC bit.</t>
</list></t>

</section>


  </middle>

  <back>


<references title='References' anchor="sec-combined-references">

    <references title='Normative References' anchor="sec-normative-references">

&RFC6724;
&RFC8028;
&RFC4861;
&RFC2119;
&RFC4191;
&RFC4193;
&RFC7526;
<reference anchor="SNACBIT" target="https://datatracker.ietf.org/doc/draft-ietf-6man-snac-router-ra-flag/">
  <front>
    <title>SNAC Router Flag in ICMPv6 Router Advertisement Messages</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="ANDROID" target="https://r.android.com/3046000">
  <front>
    <title>Optionally prefer known-local ULAs in Android</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="RAIO-ULA-PY" target="https://github.com/jeremy-duncan/raio_ula">
  <front>
    <title>Python known-local ULA implementation</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
&RFC8174;


    </references>

    <references title='Informative References' anchor="sec-informative-references">

&RFC1918;
&RFC6555;
&RFC8305;
&RFC3587;
&RFC8925;
&RFC3484;
&RFC4862;
&RFC3493;
&RFC4380;
&RFC5461;
&RFC7078;


    </references>

</references>



  </back>

<!-- ##markdown-source:
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
vwENmI7GxIkAAA==

-->

</rfc>
