<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc>
<rfc category="std" submissionType="IETF" docName="draft-ietf-6man-snac-router-ra-flag-06" ipr="trust200902"
     xmlns:xi="http://www.w3.org/2001/XInclude" version="3"
     sortRefs="true" symRefs="true" tocDepth="3" tocInclude="true" xml:lang="en">
  <front>
    <title abbrev="SNAC Router RA Flag">
      SNAC Router Flag in ICMPv6 Router Advertisement Messages
    </title>
    <author initials="J" surname="Hui" fullname="Jonathan Hui">
      <organization>Google LLC</organization>
      <address>
        <postal>
          <street>1600 Amphitheatre Parkway</street>
          <city>Mountain View</city>
          <region>California</region>
          <code>940432</code>
          <country>US</country>
        </postal>
        <email>jonhui@google.com</email>
      </address>
    </author>

    <date year='2026'/>
    <area>Internet</area>
    <workgroup>Internet Engineering Task Force</workgroup>

    <abstract>
      <t>This document defines a new flag, the SNAC Router flag, in the Router Advertisement message that can be used to distinguish configuration information sent by SNAC routers from information sent by transit routers.</t>
    </abstract>
  </front>

  <middle>
    <section>
      <name>Introduction</name>

      <t>Per <xref section="2.1" target="RFC2328"/>, networks can either be transmit or stub networks. Transit networks are those capable of carrying data traffic that is neither locally originated nor locally destined.</t>

      <t>A Stub Network Auto-Configuring (SNAC) router is an autonomously configuring router that provides IP connectivity between one or more stub networks and one or more transit networks. A common SNAC router example is a device that attaches a 6LoWPAN-based network <xref target="RFC4919"/> to a home network, automatically providing IPv6 forwarding between the two networks without explicit operator configuration. This document defines a new IPv6 ND Router Advertisement (RA) flag, the "SNAC router" flag, which SNAC routers use to identify RAs sent by other SNAC routers.</t>

      <t>Readers can refer to <xref target="I-D.ietf-snac-simple"/> for an overview of a set of practices for automatically connecting IPv6 stub networks to transmit networks.</t>
    </section>

    <section>
      <name>Terminology</name>

      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" 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>
    </section>

    <section>
      <name>SNAC Router Flag</name>

      <t>The "SNAC Router" flag is bit TBD in the RA Flags Extension Option <xref target="RFC5175"/>.</t>

      <t>The SNAC router flag bit with value '1' is reserved for use by SNAC routers. Receipt of an RA with that bit set to 1 indicates that the sending router is a SNAC router. Describing the exact triggers when a SNAC router sets this flag to '1' is out of scope for this document.  An example of such considerations are documented in <xref target="I-D.ietf-snac-simple"/>.</t>

      <t>Consistent with <xref section="4.2" target="RFC4861"/>, devices that do not operate as SNAC routers will not set the SNAC router flag bit to '1', and routers that do not understand the SNAC router flag will silently ignore it. This means that setting the flag bit to '1' or '0' should not change the behavior of such devices in any way (other than that it is permissible to log and cache the value of the flag bit as part of normal router advertisement processing, where applicable).</t>
    </section>

    <section>
      <name>IANA Considerations</name>

      <t>IANA is requested to allocate a flag from the "Internet Control Message Protocol version 6 (ICMPv6) Parameters", "IPv6 ND Router Advertisement flags" registry <xref target="IANA-RA-FLAGS"/> as specified below:</t>

      <table>
        <tbody>
          <tr>
            <td>RA Option Bit</td>
            <td>Description</td>
            <td>Reference</td>
          </tr>
          <tr>
            <td>TBD</td>
            <td>S - SNAC Router Flag</td>
            <td>This Document</td>
          </tr>
        </tbody>
      </table>
    </section>

    <section>
      <name>Operational Considerations</name>

      <t>In environments that implement RA-Guard <xref target="RFC7113"/> in a way that filters RAs sent by SNAC routers, devices on the transit network will never receive an RA with the SNAC router flag bit set to '1'.</t>
    </section>

    <section>
      <name>Security Considerations</name>

      <t>How SNAC routers process RAs is dependent on the SNAC router flag value.</t>

      <t>The security considerations of IPv6 ND are documented in the "Security Considerations" section of <xref target="RFC4861"/>. The addition of the SNAC router flag does not change these considerations.</t>
    </section>
  </middle>

  <back>
    <references>
      <name>Normative References</name>
      <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"/>
      <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.4861.xml"/>
      <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.5175.xml"/>
      <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"/>
    </references>
    <references>
      <name>Informative References</name>
      <reference anchor="IANA-RA-FLAGS" target="https://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xhtml#icmpv6-parameters-11">
	    <front>
	      <title>IPv6 ND Router Advertisement flags</title>
	      <author fullname="IANA"/>
	    </front>
      </reference>
      <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-snac-simple.xml"/>
      <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.2328.xml"/>
      <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.4919.xml"/>
      <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.7113.xml"/>
    </references>
  </back>
</rfc>
