<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd">
<?rfc toc="yes"?>
<?rfc tocompact="yes"?>
<?rfc tocdepth="3"?>
<?rfc tocindent="yes"?>
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<?rfc strict='yes'?>
<?rfc iprnotified='no'?>
<rfc category="std" docName="draft-templin-6man-aero-omni-amen-00"
ipr="trust200902" updates="">
  <front>
    <title abbrev="AERO/OMNI Amendments (Vol. 1)">AERO/OMNI Base Specification Amendments (Volume 1)</title>

    <author fullname="Fred L. Templin" initials="F. L." role="editor"
            surname="Templin">
      <organization>Boeing Technology Innovation</organization>

      <address>
        <postal>
          <street>P.O. Box 3707</street>

          <city>Seattle</city>

          <region>WA</region>

          <code>98124</code>

          <country>USA</country>
        </postal>

        <email>fltemplin@acm.org</email>
      </address>
    </author>

    <date day="26" month="February" year="2026"/>

    <keyword>I-D</keyword>

    <keyword>Internet-Draft</keyword>

    <abstract>
      <t>The Automatic Extended Route Optimization (AERO) and Overlay
      Multilink Network (OMNI) Interface functional specifications
      have reached a level of maturity ready for advancement in the
      RFC publication process. Updates to the base specifications
      are documented in this first amendment and any additional
      future amendments as necessary.</t>
    </abstract>
  </front>

  <middle>
    <section anchor="intro" title="Introduction">
      <t>The Automatic Extended Route Optimization (AERO)
      <xref target="I-D.templin-6man-aero3"/> and Overlay Multilink
      Network (OMNI) Interface <xref target="I-D.templin-6man-omni3"/>
      functional specifications have reached a level of maturity ready
      for advancement in the RFC publication process. Updates to the
      base specifications are documented in this first amendment
      and any additional future amendments as necessary. This
      document assumes consistency with IPv4 <xref target=
      "RFC0791"/>, IPv6 <xref target="RFC8200"/> and the IPv6
      neighbor discovery and autoconfiguration services <xref
      target="RFC4861"/><xref target="RFC4862"/><xref target=
      "RFC8415"/>.</t>
    </section>

    <section anchor="amen" title="AERO/OMNI: First Amendment">
      <t>Amendments to the AERO/OMNI specifications appear in the
      following sections in the chronological order in which they
      were identified, formalized and reported. As new amendments
      are reported and/or discovered, they will be added below in
      the order they are received which may not necessarily align
      with specification chapter orders and/or resolution priority.</t>

      <section anchor="amen1.1" title="Amendment 1.1: Prefix Delegation Administration">
        <t>The AERO/OMNI base specifications include comprehensive
        instructions for Clients to request and receive Mobile
        Network Prefix (MNP) Prefix Delegations (PD) from the
        mobility service. The specifications suggest that the
        Client should apply these MNP PDs on downstream-attached
        (or, "tethered") End User Network (EUN) interfaces but
        do not discuss specific MNP administrative procedures.</t>

        <t>Per this amendment, when a Client receives an MNP PD
        it should provision the MNP over EUNs in a manner consistent
        with <xref target="RFC9663"/> and <xref target="RFC9762"/>.
        More specifically, the Client assigns /64 portions of the
        MNP to its EUN interfaces and optionally also sub-delegates
        other portions of the MNP to requesting EUN nodes. (The
        Client can also use virtual interfaces such as a loopback
        as EUN interfaces.) The Client should then assign an IPv6
        address taken from each EUN /64 prefix to the corresponding
        EUN interface using standard IPv6 address (auto)configuration
        procedures.</t>

        <t>The Client then associates the IPv6 Subnet Router Anycast
        (SRA) address <xref target="RFC4291"/> corresponding to the
        MNP with the OMNI interface but does not assign it to the
        interface. For example, if the Client receives the MNP PD
        2001:db8:1::/48, it should accept packets with the SRA
        address 2001:db8:1:: as the destination and respond with
        packets that use one of the Client's EUN addresses as the
        source.</t>

        <t>After the Client configures the SRA address and assigns
        EUN addresses it can operate as an IPv6 host over the OMNI
        interface according to the weak end system model while also
        serving as an IPv6 router for its EUNs. The Client then
        engages IPv6 host and router operations the same as per
        <xref target="RFC4861"/> and <xref target="RFC8200"/>
        except that the Client engages the OMNI interface as a
        combined host/router interface.</t>

        <t>When the Client acts as an IPv6 host over the OMNI
        interface, it can send Router Solicitations (RSs) to
        elicit Router Advertisements (RAs) from OMNI link
        Proxy/Servers. The Client can then use its EUN
        addresses for packets exchanged between its local
        applications and correspondents reached via OMNI
        link neighbors. (When the Client has no EUN addresses,
        it can instead use its OMNI interface Multilink Local
        Address (MLA) with the understanding that the packets
        may be routable only within the OMNI link limited
        domain.)</t>

        <t>When the Client acts as an IPv6 router over the OMNI
        interface, it forwards IPv6 packets between EUN peers
        and correspondents reached via OMNI link neighbors but
        never sends RA messages over the OMNI interface. This
        may require the Client to enable "IPv6 forwarding" on
        the OMNI interface but without representing itself as
        an IPv6 router in OMNI link IPv6 Neighbor Discovery
        (IPv6 ND) messages. The Client instead sends RAs over
        its EUN interfaces that include EUN portions of the MNP
        in Prefix Information Options (PIOs) and also represents
        itself as an IPv6 router in other EUN interface IPv6 ND
        messages.</t>

        <t>Note that the Client could also optionally assign
        each EUN address it configures to the OMNI interface.
        This would give the outward appearance of support for
        the strong end system model, albeit with added
        complexity for coordinating the same IP unicast
        address assigned to multiple Client interfaces.</t>

        <t>Further details on administrative options are beyond
        the scope of this amendment.</t>
      </section>
    </section>

    <section anchor="iana" title="IANA Considerations">
      <t>This document includes no actions for IANA.</t>
    </section>

    <section anchor="secure" title="Security Considerations">
      <t>The security considerations in the normative references
      apply.</t>
    </section>

    <section anchor="ack" title="Acknowledgements">
      <t>This work is aligned with the Boeing/Virginia Tech National
      Security Institute (VTNSI) 5G MANET research program.</t>

      <t>Honoring life, liberty and the pursuit of happiness.</t>
    </section>
  </middle>

  <back>
    <references title="Normative References">
      <?rfc include="reference.RFC.0791"?>

      <?rfc include="reference.RFC.4291"?>

      <?rfc include="reference.RFC.4861"?>

      <?rfc include="reference.RFC.4862"?>

      <?rfc include="reference.RFC.8200"?>

      <?rfc include="reference.RFC.8415"?>

      <?rfc include="reference.I-D.templin-6man-aero3"?>

      <?rfc include="reference.I-D.templin-6man-omni3"?>
    </references>

    <references title="Informative References">
      <?rfc include="reference.RFC.9663"?>

      <?rfc include="reference.RFC.9762"?>
    </references>

    <section title="Change Log">
      <t>&lt;&lt; RFC Editor - remove prior to publication &gt;&gt;</t>

      <t>Differences from earlier versions:<list style="symbols">
        <t>First draft publication.</t>
      </list></t>
    </section>
  </back>
</rfc>
