<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.35 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-kumari-ipv6-loopback-02" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <front>
    <title abbrev="IPv6 Loopback Prefix">The IPv6 Loopback Address Prefix</title>
    <seriesInfo name="Internet-Draft" value="draft-kumari-ipv6-loopback-02"/>
    <author initials="G." surname="Huston" fullname="Geoff Huston">
      <organization>APNIC</organization>
      <address>
        <email>gih@apnic.net</email>
      </address>
    </author>
    <author initials="W." surname="Kumari">
      <organization>Google, Inc.</organization>
      <address>
        <email>warren@kumari.net</email>
      </address>
    </author>
    <date year="2026" month="April" day="27"/>
    <area>Internet</area>
    <workgroup>WG Working Group</workgroup>
    <keyword>IPv6</keyword>
    <keyword>Loopback</keyword>
    <keyword>Documentation</keyword>
    <abstract>
      <?line 48?>

<t>{ <strong>Editor's note:</strong> This document requests the allocation of a new IPv6 address
prefix to be used for loopback instead of expanding into the existing ::/96.
The specific prefix to be allocated is TBD/96, and the document updates the
relevant RFCs and IANA registries to reflect this change. }</t>
      <t>This document updates the IP Version 6 Address Architecture to expand the size
of the IPv6 loopback space from a single address to a /96 prefix.</t>
      <t>This change allows for a much larger number of loopback addresses in IPv6,
which can be used for inter-process communication within a host and for network
diagnostics.</t>
      <t>The document also updates the IANA IPv6 Address registry and the IPv6 Special
Purpose Address registry to reflect this change.</t>
      <t>It updates RFC4291 to reflect the new loopback prefix and its functional
semantics.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://wkumari.github.io/draft-kumari-ipv6-loopback/draft-kumari-ipv6-loopback.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-kumari-ipv6-loopback/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/wkumari/draft-kumari-ipv6-loopback"/>.</t>
    </note>
  </front>
  <middle>
    <?line 69?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>In the IPv4 addressing architecture, the entire 127.0.0.0/8 block is reserved
for loopback routing purposes. This generous allocation allows developers and
system administrators to utilize over 16 million distinct host-internal
addresses. While historically viewed as a byproduct of classful network design,
this large local address space has become fundamental to modern network
operations, enabling complex local testing, containerization, and inter-process
communication without port exhaustion.</t>
      <t>By contrast, the IPv6 Addressing Architecture allocates only a single address,
::1/128, for local loopback. While sufficient for basic localhost
identification, this strict limitation creates significant operational friction
in modern IPv6-only and dual-stack environments.</t>
      <section anchor="the-need-for-expanded-host-internal-space">
        <name>The Need for Expanded Host-Internal Space</name>
        <t>As application architectures have evolved, the restriction of a single IPv6
loopback address has become a tangible bottleneck. Below are some examples of use cases which would benefit from an expanded loopback space:</t>
        <ul spacing="normal">
          <li>
            <t>Application Testing and Containerization: Developers frequently run multiple
 instances of a service locally. In IPv4, these instances can bind to the
 same port on different 127.x.x.x addresses. In IPv6, developers are forced
 to modify application port numbers, which breaks environment parity and
 complicates test scaffolding.</t>
          </li>
          <li>
            <t>Local Proxying and Service Meshes: Complex local routing paradigms (such as
sidecar proxies) often require distinct IP assignments to securely isolate
and route traffic locally without exposing services to the external network.</t>
          </li>
          <li>
            <t>Controlled Interruption and Name Collisions: Global infrastructure services
occasionally rely on localized sinkholes to safely manage deprecation or name
collisions. For example, ICANN has historically utilized 127.0.53.53 for name
collision controlled interruption. Replicating this fail-safe behavior in
IPv6 requires a dedicated, local-only prefix.</t>
          </li>
        </ul>
      </section>
      <section anchor="terminology-and-functional-semantics">
        <name>Terminology and Functional Semantics</name>
        <t>While historically referred to as "loopback" space, the functional requirement
described in this document is a dedicated address block for host-internal
virtual interfaces.</t>
        <t>The core semantic of this proposed space is strict isolation. Implementations
<bcp14>MUST</bcp14> ensure that:</t>
        <ul spacing="normal">
          <li>
            <t>Addresses from this block can be assigned to multiple internal virtual
interfaces simultaneously.</t>
          </li>
          <li>
            <t>Packets with a source or destination address drawn from this block <bcp14>MUST NOT</bcp14>
be forwarded to any physical network interface.</t>
          </li>
          <li>
            <t>These packets <bcp14>MUST</bcp14> never be routed off the local host. If a router or switch
receives a packet on a physical interface bearing one of these addresses, the
packet <bcp14>MUST</bcp14> be dropped.</t>
          </li>
        </ul>
        <t>To support these operational realities, this document requests the allocation
of a new, dedicated IPv6 prefix (e.g., a /96 drawn from the IANA IPv6
Special-Purpose Address Registry) to serve as expanded host-internal virtual
interface space. This block will operate with the same fundamental constraints
as the primary ::1/128 loopback address, without overlapping with the
Unspecified Address (::/128).</t>
      </section>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</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?>

</section>
    <section anchor="loopback-address-background">
      <name>Loopback address background</name>
      <t>The IPv4 network 127.0.0.0/8 was reserved by the IANA in <xref target="RFC791"/> where the
class-based address architecture was described. It is understood that it was
the IANA's policy at the time to reserve the first and last network of each
class, and the address prefixes 0.0.0.0/8 and 127.0.0.0/8 from the Class A
space were reserved in accordance with this practice. <xref target="RFC990"/> listed the
127.0.0.0/8 address prefix as being used by the loopback function, and this
function was listed as a requirement for all Internet hosts in <xref target="RFC1122"/>.</t>
      <t>The "loopback" function is defined such that an outbound packet whose
destination address triggers this loopback function should loop the packet back
to the packet ingress queue for processing by the same host. No packet that is
addressed to a loopback address should ever be passed to any physical network.</t>
      <t><xref target="RFC1884"/>, the original IPv6 Addressing Architecture document, allocates a
single local loopback address, ::1. This single address allocation has been
preserved in all subsequent revisions to the IPv6 addressing specification
(<xref target="RFC2373"/>, <xref target="RFC3513"/>, <xref target="RFC4291"/>)</t>
      <t>Loopback addresses enable localhost communication, network diagnostics, and
inter-process connections, making them essential for various local functions.</t>
      <t>Multiple loopback addresses can increase the number of distinct sockets that
can be used for inter-process communication within a host. A larger local
loopback prefix in IPv6 can permit large numbers of distinct concurrent
loopback TCP connections within a single host, which is comparable to the
functionality supported by the IPv4 loopback address prefix.</t>
    </section>
    <section anchor="the-ipv6-loopback-prefix">
      <name>The IPv6 Loopback Prefix</name>
      <t>The IANA IPv6 Address registry denotes the address prefix ::/8 as being
reserved by the IETF in <xref target="RFC3513"/> <xref target="RFC4291"/>. This range of addresses has
been partially allocated with the prefix ::FFFF:0:0/96 being used in the
context of an IPv6 transition technology to map IPv4 addresses into IPv6
addresses.</t>
      <t>The document expands the set of IPv6 loopback addresses by adding an additional
prefix: TBD/96.</t>
      <t>This RFC replaces section 2.5.3 of <xref target="RFC4291"/> as follows:</t>
      <ul empty="true">
        <li>
          <t>The unicast addresses 0:0:0:0:0:0:0:1 and TBD/96 are called the loopback
address. These may be used by a node to send an IPv6 packet to itself.  They
must not be assigned to any physical interface.  They are treated as having
Link-Local scope, and may be thought of as the Link-Local unicast addresses
of a virtual interface (typically called the "loopback interface") to an
imaginary link that goes nowhere.</t>
        </li>
      </ul>
      <ul empty="true">
        <li>
          <t>The loopback addresses must not be used as the source address in IPv6 packets
that are sent outside of a single node.  An IPv6 packet with a destination
address in the loopback space must never be sent outside of a single node
and must never be forwarded by an IPv6 router.  A packet received on an
interface with a destination address of loopback must be dropped.</t>
        </li>
      </ul>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>IPv6 addressing documents do not have any direct impact on Internet
infrastructure security.</t>
      <t>((heas: ::1/32 remains the primary loopback address and <bcp14>MUST</bcp14> (<bcp14>SHOULD</bcp14>?) be
assigned to a loopback interface.))</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>The IANA is requested to assign a new IPv6 address prefix, TBD/96, to be used
for the loopback function as described in this document. This prefix should be
allocated from the IANA IPv6 Special-Purpose Address registry.</t>
      <t>The IANA is requested to amend the IPv6 Address registry and the IPv6 Special
Purpose Address registry to record the designation of this address prefix.</t>
      <t>The IANA is also requested to add an entry to the IPv6 Locally-Served DNS Zone
Registry for the new loopback prefix, TBD/96, to ensure that reverse DNS
lookups for addresses within this prefix are properly handled.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC4291">
          <front>
            <title>IP Version 6 Addressing Architecture</title>
            <author fullname="R. Hinden" initials="R." surname="Hinden"/>
            <author fullname="S. Deering" initials="S." surname="Deering"/>
            <date month="February" year="2006"/>
            <abstract>
              <t>This specification defines the addressing architecture of the IP Version 6 (IPv6) protocol. The document includes the IPv6 addressing model, text representations of IPv6 addresses, definition of IPv6 unicast addresses, anycast addresses, and multicast addresses, and an IPv6 node's required addresses.</t>
              <t>This document obsoletes RFC 3513, "IP Version 6 Addressing Architecture". [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4291"/>
          <seriesInfo name="DOI" value="10.17487/RFC4291"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC791">
          <front>
            <title>Internet Protocol</title>
            <author fullname="J. Postel" initials="J." surname="Postel"/>
            <date month="September" year="1981"/>
          </front>
          <seriesInfo name="STD" value="5"/>
          <seriesInfo name="RFC" value="791"/>
          <seriesInfo name="DOI" value="10.17487/RFC0791"/>
        </reference>
        <reference anchor="RFC990">
          <front>
            <title>Assigned numbers</title>
            <author fullname="J.K. Reynolds" initials="J.K." surname="Reynolds"/>
            <author fullname="J. Postel" initials="J." surname="Postel"/>
            <date month="November" year="1986"/>
            <abstract>
              <t>This Network Working Group Request for Comments documents the currently assigned values from several series of numbers used in network protocol implementations. This memo is an official status report on the numbers used in protocols in the ARPA-Internet community. See RFC-997. Obsoletes RFC-960, 943, 923 and 900.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="990"/>
          <seriesInfo name="DOI" value="10.17487/RFC0990"/>
        </reference>
        <reference anchor="RFC1122">
          <front>
            <title>Requirements for Internet Hosts - Communication Layers</title>
            <author fullname="R. Braden" initials="R." role="editor" surname="Braden"/>
            <date month="October" year="1989"/>
            <abstract>
              <t>This RFC is an official specification for the Internet community. It incorporates by reference, amends, corrects, and supplements the primary protocol standards documents relating to hosts. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="3"/>
          <seriesInfo name="RFC" value="1122"/>
          <seriesInfo name="DOI" value="10.17487/RFC1122"/>
        </reference>
        <reference anchor="RFC1884">
          <front>
            <title>IP Version 6 Addressing Architecture</title>
            <author fullname="R. Hinden" initials="R." role="editor" surname="Hinden"/>
            <author fullname="S. Deering" initials="S." role="editor" surname="Deering"/>
            <date month="December" year="1995"/>
            <abstract>
              <t>This specification defines the addressing architecture of the IP Version 6 protocol [IPV6]. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1884"/>
          <seriesInfo name="DOI" value="10.17487/RFC1884"/>
        </reference>
        <reference anchor="RFC2373">
          <front>
            <title>IP Version 6 Addressing Architecture</title>
            <author fullname="R. Hinden" initials="R." surname="Hinden"/>
            <author fullname="S. Deering" initials="S." surname="Deering"/>
            <date month="July" year="1998"/>
            <abstract>
              <t>This specification defines the addressing architecture of the IP Version 6 protocol [IPV6]. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2373"/>
          <seriesInfo name="DOI" value="10.17487/RFC2373"/>
        </reference>
        <reference anchor="RFC3513">
          <front>
            <title>Internet Protocol Version 6 (IPv6) Addressing Architecture</title>
            <author fullname="R. Hinden" initials="R." surname="Hinden"/>
            <author fullname="S. Deering" initials="S." surname="Deering"/>
            <date month="April" year="2003"/>
            <abstract>
              <t>This specification defines the addressing architecture of the IP Version 6 (IPv6) protocol. The document includes the IPv6 addressing model, text representations of IPv6 addresses, definition of IPv6 unicast addresses, anycast addresses, and multicast addresses, and an IPv6 node's required addresses. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3513"/>
          <seriesInfo name="DOI" value="10.17487/RFC3513"/>
        </reference>
      </references>
    </references>
    <?line 231?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors would like to thank Alejandro Acosta, Brian Carpenter, Antonis
Chariton, Owen DeLong, Gert Doering, Jeremy Duncan, Lorenzo Colitti, David
Farmer, Steinar Haug, Gábor Lencse, Terry Sweetser, Ole Trøan, and Maciej
Żenczykowski for their comments, discussions, and suggestions on this topic.</t>
      <t>Additional thanks to John Heasley for submitting Pull Requests. In addition we
would like to thank Jen Linkova for presenting the proposal at IETF 125, as the
authors were participating in other sessions at the time.</t>
      <t>We would also like to specifically thank Mark Smith for an earlier (2013)
effort: draft-smith-v6ops-larger-ipv6-loopback-prefix-04, which proposed a /32
designation.</t>
      <t>The need for a loopback address prefix has long been a topic of discussion in
various forums, and we would like to acknowledge the contributions of many
individuals who have participated in these discussions over the years.
Unfortunately, at least one of the authors has a terrible memory, and has lost
track of all those who have contributed to this topic over the years, and will
be more than happy to acknowledge their input if reminded of this :-)</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
HXkeUv25TefcI/lBh+iCBRnZZmhUhqQsEhNoYZjAQBbDcHAiVSNkKMcUYIRP
7IEssSrCLF2jNtrCzj3AvU4MAOEVGIB4oOZBBBTUnFs48UHEgQMPBB62tnQi
KkVhJFAFs9pM+Zj+PIkxmZ7WCdE8TyCj9esysqlp2ft4MMO+kYJlloPAH0Ay
AYVoRDvxiDyU2W2J8LHMtr4kZ6YG24l3H2/vJDX0xG0XqvEQl2glAyIL9zoG
XqliX0YQEbBMRrVlUFvIjuIIRFqoSg1mA1ijbW5gUI20ozQi5LMtkIdCMWdY
DbUj2Agd+Lrc04fVv35/h72mDF3obvPgthKhsNg48mhiKEkhVuCOEbUKarCs
UhNlgizOeGptPLv3oEPugQ0Jp/n3mrR10D9bQANkk0bfSz72MikV1VaJtDnk
Ax0R7bbU3nukR8LmQYDzIIT1gkY53FvpnEIAqdxWDMT+1W6RBxQXpjFezG9o
/URs/QadyORMC+z5UI/mo0FoWXpu6DB+ETj9cJfTfwic/sijK1gwJVQqsL2A
T5GztRSHciDG3uVrcNlwYO1DhzsxtcMmaVAFvIYkJ5Q/c1WbpUJ3EfjYXhs1
SIBOvLlA0SMfxS3ExzJ0r1A7nu4QvS1EHRHaELCviKdhZwabC5ivND7POG3v
NWqGrXMACjn1YOD/SwFMnz+8+pePlx9eXdDn27eTq6v0QYQVt2/ff7y62H7a
vnn+/t27V9cX/mU8lb1H4uDd5E8HnhIfvL+5u3x/Pbk62Mcn5TvcaUhmBADD
lOtj2svzm//+28lT+eXLP9HM4+Tkxdev4cvZyfOn+LJe6EDAGZH9V9hwI2BU
xD5JQQQCTipw1wKWh4vcwiK0FqAssOajfyPL/PtY/n6aVSdPfwoP6MC9h9Fm
vYdss/0ney97Iz7w6IFtkjV7z3cs3dd38qfe92j3zsPf/4yWRsvhydnPPwkK
oatdsktfaJYKGiXuYh8a0azba67Vts1Em7bNTpj6yxc/fPOeYaTXgru3ITqN
TiHqEnWWmPwO1OPyBUXA+xprcy4XaKtpnYi7/Q5VyKKYo9r6drwxS+1bdJ/7
XDdNHQYNUKFJp6EpkgKQsmLb+U/UzaMR0PU4nZmWdG2QYOmcRMiJ8IVwTUdO
tqHQy1BAc2LRMbu5eipUcwIbNteLF8cwF6gLZQDZq7tRXyfJDQlhBc9bgvET
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

-->

</rfc>
