<?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.23 (Ruby 3.3.6) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-netmod-acl-extensions-15" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.27.0 -->
  <front>
    <title abbrev="Enhanced ACLs">Extensions to the Access Control Lists (ACLs) YANG Model</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-netmod-acl-extensions-15"/>
    <author fullname="Oscar Gonzalez de Dios">
      <organization>Telefonica</organization>
      <address>
        <email>oscar.gonzalezdedios@telefonica.com</email>
      </address>
    </author>
    <author fullname="Samier Barguil">
      <organization>Nokia</organization>
      <address>
        <email>samier.barguil_giraldo@nokia.com</email>
      </address>
    </author>
    <author fullname="Mohamed Boucadair">
      <organization>Orange</organization>
      <address>
        <email>mohamed.boucadair@orange.com</email>
      </address>
    </author>
    <author fullname="Qin Wu">
      <organization>Huawei</organization>
      <address>
        <email>bill.wu@huawei.com</email>
      </address>
    </author>
    <date year="2025" month="February" day="27"/>
    <area>Operations and Management</area>
    <workgroup>netmod</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 89?>

<t>RFC 8519 defines a YANG data model for Access Control Lists
(ACLs). This document discusses a set of extensions that fix many of
the limitations of the ACL model as initially defined in RFC 8519.
Specifically, it introduces augmentations to the ACL base model to enhance its functionality and applicability.</t>
      <t>The document also defines IANA-maintained modules for ICMP types and IPv6 extension headers.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Network Modeling Working Group mailing list (netmod@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/netmod/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/boucadair/enhanced-acl-netmod"/>.</t>
    </note>
  </front>
  <middle>
    <?line 98?>

<section anchor="introduction">
      <name>Introduction</name>
      <t><xref target="RFC8519"/> defines Access Control Lists (ACLs) as a
user-ordered set of filtering rules. The model targets the
configuration of the filtering behavior of a device. However, the
model structure, as defined in <xref target="RFC8519"/>, suffers from a set of limitations.
This document identifies these limitations and specifies an enhanced ACL structure,
introducing augmentations to the ACL base model (<xref target="sec-module"/>).
The motivation of such enhanced ACL structure is discussed in detail in <xref target="ps"/>.</t>
      <t>When managing ACLs, it is common for network operators to group
match elements in pre-defined sets. The consolidation into group matches
allows for reducing the number of rules, especially in large scale
networks. If, for example, it is needed to find a match against 100
IP addresses (or prefixes), a single rule will suffice rather than creating
individual Access Control Entries (ACEs) for each IP address (or prefix). In
doing so, implementations would optimize the performance of matching
lists vs multiple rules matching.</t>
      <t>The enhanced ACL structure ("ietf-acl-enh", <xref target="sec-module"/>) is also meant to facilitate the management of
network operators. Instead of entering the IP address or port number
literals, using user-named lists decouples the creation of the rule
from the management of the sets. Hence, it is possible to remove/add
 entries to the list without redefining the (parent) ACL rule.</t>
      <t>In addition, the notion of ACL and defined sets
is generalized so that it is not device-specific as per <xref target="RFC8519"/>.  ACLs
and defined sets may be defined at network/administrative domain level
and associated to devices. This approach facilitates the reusability across multiple
network elements. For example, managing the IP prefix sets from a network
level makes it easier to maintain by the security groups.</t>
      <t>Network operators maintain sets of IP prefixes that are related to each other,
e.g., deny-lists or accept-lists that are associated with those provided by a
 VPN customer. These lists are maintained and manipulated by security expert teams.</t>
      <t>Note that ACLs are used locally in devices but are triggered by other
tools such as DDoS mitigation <xref target="RFC9132"/> or BGP Flow Spec <xref target="RFC8955"/>
        <xref target="RFC8956"/>. Therefore, supporting means to easily map to the filtering rules conveyed in
messages triggered by  these tools is valuable from a network operation standpoint.</t>
      <t>The enhanced ACL module (<xref target="sec-module"/>) conforms to the Network
Management Datastore Architecture (NMDA) defined in <xref target="RFC8342"/>.</t>
      <t>A set of examples to illustrate the use of the enhanced ACL module are provided in <xref target="sec-examples"/>.</t>
      <t>The document also defines IANA-maintained modules for ICMP types and IPv6 extension headers. The design of the modules adheres to the recommendations
in <xref section="4.30.2" sectionFormat="of" target="I-D.ietf-netmod-rfc8407bis"/>. The templates to generate the modules are available in <xref target="template"/>, <xref target="v6-template"/>, and <xref target="iana-ipv6-ext-template"/>. The templates use an XSLT stylesheet from the 'iana-yang' project <xref target="YANG-XSLT"/>. Readers should refer to the IANA websites <xref target="IANA_ICMPv4_YANG_URL"/>, <xref target="IANA_ICMPv6_YANG_URL"/>, and <xref target="IANA_IPV6_YANG_URL"/> to retrieve the latest version of these IANA-maintained modules.</t>
      <section anchor="editorial-note-to-be-removed-by-rfc-editor">
        <name>Editorial Note (To be removed by RFC Editor)</name>
        <t>Note to the RFC Editor: This section is to be removed prior to publication.</t>
        <t>This document contains placeholder values that need to be replaced with finalized values at the time of publication. This note summarizes all of the substitutions that are needed.</t>
        <t>(1) Please apply the following replacements:</t>
        <ul spacing="normal">
          <li>
            <t>XXXX --&gt; the assigned RFC number for this I-D</t>
          </li>
          <li>
            <t>2024-05-16 --&gt; the actual date of the publication of this document</t>
          </li>
        </ul>
        <t>(2) The modules are provided in <xref target="iana-icmp"/>, <xref target="iana-icmpv6"/>, and <xref target="iana-ipv6-ext"/> for the users convenience before publication as RFC. Please remove these appendices from the final RFC.</t>
        <t>(3) Please update  the following references:</t>
        <ul spacing="normal">
          <li>
            <t>IANA_ICMPv4_YANG_URL --&gt; The URL to retrieve the latest version of the IANA-maintained ICMPv4 module.</t>
          </li>
          <li>
            <t>IANA_ICMPv6_YANG_URL --&gt; The URL to retrieve the latest version of the IANA-maintained ICMPv6 module.</t>
          </li>
          <li>
            <t>IANA_IPV6_YANG_URL --&gt; The URL to retrieve the latest version of the IPv6 Extension Header Types IANA module.</t>
          </li>
        </ul>
      </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>The terminology for describing YANG modules is defined in <xref target="RFC7950"/>.
The meaning of the symbols in the tree diagrams is defined in
<xref target="RFC8340"/>.</t>
      <t>In addition to the terms defined in <xref target="RFC8519"/>, this document makes use of the following term:</t>
      <dl>
        <dt>Defined set:</dt>
        <dd>
          <t>Elements in a defined set typically share a logical purpose or function, such as IP address, IP prefixes, port number, or ICMP type.</t>
        </dd>
      </dl>
    </section>
    <section anchor="overall-structure-of-the-enhanced-acl-module">
      <name>Overall Structure of the Enhanced ACL Module</name>
      <section anchor="tree-structure">
        <name>Tree Structure</name>
        <t><xref target="enh-acl-tree"/> shows the full tree of the enhanced ACL module (<xref target="sec-module"/>):</t>
        <figure anchor="enh-acl-tree">
          <name>Enhanced ACL Tree Structure</name>
          <artwork><![CDATA[
module: ietf-acl-enh

  augment /acl:acls:
    +--rw defined-sets
       +---u defined-sets
  augment /acl:acls/acl:acl/acl:aces/acl:ace/acl:matches:
    +--rw (payload)?
    |  +--:(pattern)
    |     +--rw pattern {match-on-payload}?
    |        +---u payload-match
    +--rw (alias)?
    |  +--:(alias-name)
    |     +--rw alias-name*       alias-ref
    +--rw (mpls)?
       +--:(mpls-values)
          +--rw mpls-values {match-on-mpls}?
             +---u mpls-match-parameters-config
  augment /acl:acls/acl:acl/acl:aces/acl:ace/acl:matches/acl:l2:
    +--rw vlan-filter {match-on-vlan-filter}?
    |  +--rw frame-type?         string
    |  +--rw (vlan-type)?
    |     +--:(range)
    |     |  +--rw lower-vlan    uint16
    |     |  +--rw upper-vlan    uint16
    |     +--:(operator)
    |        +--rw operator?     packet-fields:operator
    |        +--rw vlan*         uint16
    +--rw isid-filter {match-on-isid-filter}?
       +--rw (isid-type)?
          +--:(range)
          |  +--rw lower-isid    uint16
          |  +--rw upper-isid    uint16
          +--:(operator)
             +--rw operator?     packet-fields:operator
             +--rw isid*         uint16
  augment /acl:acls/acl:acl/acl:aces/acl:ace/acl:matches/acl:l3
            /acl:ipv4/acl:ipv4:
    +--rw ipv4-fragment
    |  +---u fragment-fields
    +--rw source-ipv4-prefix-list?        ipv4-prefix-set-ref
    +--rw destination-ipv4-prefix-list?   ipv4-prefix-set-ref
    +--rw next-header-set?                protocol-set-ref
  augment /acl:acls/acl:acl/acl:aces/acl:ace/acl:matches/acl:l3
            /acl:ipv6/acl:ipv6:
    +--rw ipv6-fragment
    |  +---u fragment-fields
    +--rw source-ipv6-prefix-list?        ipv6-prefix-set-ref
    +--rw destination-ipv6-prefix-list?   ipv6-prefix-set-ref
    +--rw protocol-set?                   protocol-set-ref
    +--rw extension-header?
            iana-ipv6-ext-types:ipv6-extension-header-type
  augment /acl:acls/acl:acl/acl:aces/acl:ace/acl:matches/acl:l4
            /acl:tcp/acl:tcp:
    +--rw flags-bitmask
    |  +---u tcp-flags
    +--rw source-tcp-port-set?        port-set-ref
    +--rw destination-tcp-port-set?   port-set-ref
  augment /acl:acls/acl:acl/acl:aces/acl:ace/acl:matches/acl:l4
            /acl:udp/acl:udp:
    +--rw source-udp-port-set?        port-set-ref
    +--rw destination-udp-port-set?   port-set-ref
  augment /acl:acls/acl:acl/acl:aces/acl:ace/acl:matches/acl:l4
            /acl:icmp/acl:icmp:
    +--rw icmpv4-set?   icmpv4-type-set-ref
    +--rw icmpv6-set?   icmpv6-type-set-ref
  augment /acl:acls/acl:acl/acl:aces/acl:ace/acl:actions:
    +---u acl-complementary-actions
    +--rw rate-limit?                  decimal64
]]></artwork>
        </figure>
        <t><xref target="enh-acl-grp"/> shows the reusable groupings that are defined in the enhanced ACL module:</t>
        <figure anchor="enh-acl-grp">
          <name>Enhanced ACL Groupings</name>
          <artwork><![CDATA[
  grouping tcp-flags:
    +--rw operator?                  operator
    +-- (mode)?
       +--:(explicit)
       |  +-- explicit-tcp-flag*   identityref
       +--:(builtin)
          +-- bitmask?             uint16
  grouping fragment-fields:
    +-- operator?   operator
    +-- type?       fragment-type
  grouping mpls-match-parameters-config:
    +-- traffic-class?       uint8
    +-- label-position?      identityref
    +-- upper-label-range?   rt-types:mpls-label
    +-- lower-label-range?   rt-types:mpls-label
    +-- label-block-name?    string
    +-- ttl-value?           uint8
  grouping payload-match:
    +-- offset?       identityref
    +-- length?   uint16
    +-- operator?     operator
    +-- pattern?       binary
  grouping alias:
    +-- vlan*         uint16
    +-- prefix*       inet:ip-prefix
    +-- port-range* [lower-port]
    |  +-- lower-port    inet:port-number
    |  +-- upper-port?   inet:port-number
    +-- protocol*     uint8
    +-- fqdn*         inet:domain-name
    +-- uri*          inet:uri
  grouping icmpv4-header-fields:
    +-- type?             iana-icmpv4-types:icmpv4-type
    +-- code?             uint8
    +-- rest-of-header?   binary
  grouping icmpv6-header-fields:
    +-- type?             iana-icmpv6-types:icmpv6-type
    +-- code?             uint8
    +-- rest-of-header?   binary
  grouping acl-complementary-actions:
    +-- log-action
    |  +-- log-type?   identityref
    |  +-- log-id?     string
    +-- counter-action
       +-- counter-type?   identityref
       +-- counter-name*   string
  grouping ipv4-prefix-sets:
    +-- prefix-set* [name]
       +-- name           string
       +-- description?   string
       +-- prefix*        inet:ipv4-prefix
  grouping ipv6-prefix-sets:
    +-- prefix-set* [name]
       +-- name           string
       +-- description?   string
       +-- prefix*        inet:ipv6-prefix
  grouping port-sets:
    +-- port-set* [name]
       +-- name    string
       +-- port* [id]
          +-- id                              string
          +-- (port)?
             +--:(port-range-or-operator)
                +-- port-range-or-operator
                   +---u packet-fields:port-range-or-operator
  grouping protocol-sets:
    +-- protocol-set* [name]
       +-- name        string
       +-- protocol*   union
  grouping icmpv4-type-sets:
    +-- set* [name]
       +-- name           string
       +-- icmpv4-type* [type]
          +---u icmpv4-header-fields
  grouping icmpv6-type-sets:
    +-- set* [name]
       +-- name           string
       +-- icmpv6-type* [type]
          +---u icmpv6-header-fields
  grouping aliases:
    +-- alias* [name]
       +-- name     string
       +---u alias
  grouping defined-sets:
    +-- ipv4-prefix-sets
    |  +---u ipv4-prefix-sets
    +-- ipv6-prefix-sets
    |  +---u ipv6-prefix-sets
    +-- port-sets
    |  +---u port-sets
    +-- protocol-sets
    |  +---u protocol-sets
    +-- icmpv4-type-sets
    |  +---u icmpv4-type-sets
    +-- icmpv6-type-sets
    |  +---u icmpv6-type-sets
    +-- aliases
       +---u aliases
]]></artwork>
        </figure>
      </section>
      <section anchor="defined-sets">
        <name>Defined Sets</name>
        <t>The augmented ACL structure includes several containers to manage reusable sets of elements that can be matched in an ACL entry.
Each set is uniquely identified by a name and can be called from the relevant entry. The following sets are defined (<xref target="enh-acl-tree"/>):</t>
        <dl>
          <dt>IPv4 prefix sets:</dt>
          <dd>
            <t>An IPv4 prefix set contains a list of IPv4 prefixes. A match will be considered if the IP address (source or destination, depending on the ACL entry) is contained in any of the prefixes in the set.</t>
          </dd>
          <dt>IPv6 prefix sets:</dt>
          <dd>
            <t>An IPv6 prefix contains a list of IPv6 prefixes. A match will be considered if the IP address (source or destination, depending on the ACL entry) is contained in any of the prefixes in the set.</t>
          </dd>
          <dt>Port sets:</dt>
          <dd>
            <t>A port set contains a list of port numbers to be used in transpot protocol entries (e.g., TCP and UDP).</t>
          </dd>
          <dt/>
          <dd>
            <t>The port numbers can be individual port numbers, a range of port numbers, and an operation.</t>
          </dd>
          <dt>Protocol sets:</dt>
          <dd>
            <t>A protocol set contains a list of protocol values. A protocol can be identified either by a number (e.g., 17) or a name (e.g., UDP).</t>
          </dd>
          <dt>ICMP sets:</dt>
          <dd>
            <t>An ICMP set contains a list of ICMPv4 <xref target="RFC0792"/> or ICMPv6 <xref target="RFC4443"/> types, each of them identified by a type value, optionally the code and the rest of the header.</t>
          </dd>
          <dt/>
          <dd>
            <t>IANA-maintained modules for ICMP types are defined in this document.</t>
          </dd>
          <dt>Aliases:</dt>
          <dd>
            <t>An alias is defined by a combination of various parameters (e.g., IP prefix, protocol, port number, or VLAN <xref target="IEEE802.1Qcp"/>). When only sets of one parameter (e.g., protocol) are handled, then the relevant parameter sets should be used (e.g., protocol set) rather than an alias.</t>
          </dd>
          <dt/>
          <dd>
            <t>For example, an alias can be defined to apply ACL policies bound to a set of HTTPS servers. Such an alias will typically include these HTTPS server addresses (e.g., "prefix": ["2001:db8:6401::1/128","2001:db8:6401::2/128"]) and the TCP port number 443 (i.e., "protocol": [6] and "lower-port": 443).</t>
          </dd>
          <dt/>
          <dd>
            <t>Sets of aliases can be defined and referred to in ACL match criteria.</t>
          </dd>
          <dt>Payload-based filtering:</dt>
          <dd>
            <t>Network traffic filtering technique that examines the data payload of packets, beyond just the header information, to identify, allow, or block traffic based on specific content or patterns within the payload.</t>
          </dd>
        </dl>
      </section>
      <section anchor="ipv6-extension-headers">
        <name>IPv6 Extension Headers</name>
        <t>The enhanced ACL module can be used to manage ACLs that require matching against IPv6 extension headers <xref target="RFC8200"/>. To that aim, a new IANA-maintained module for IPv6 extension header types "iana-ipv6-ext-types" is defined in this document.</t>
      </section>
      <section anchor="tcp-flags-handling">
        <name>TCP Flags Handling</name>
        <t>The augmented ACL module includes a new container 'flags-bitmask' to better handle TCP flags (<xref section="3.1" sectionFormat="of" target="RFC9293"/>). Assigned TCP flags are maintained in the "TCP Header Flags" registry under the "Transmission Control Protocol (TCP) Parameters" registry group <xref target="IANA-TCP-FLAGS"/>.</t>
        <t>Clients that support both 'flags-bitmask' and 'flags' <xref target="RFC8519"/> matching fields <bcp14>MUST NOT</bcp14> set these fields in the same request.</t>
      </section>
      <section anchor="fragments-handling">
        <name>Fragments Handling</name>
        <t>The augmented ACL module includes new leafs 'ipv4-fragment' and 'ipv6-fragment' to better handle fragments.</t>
        <t>Clients that support both 'ipv4-fragment' and 'flags' <xref target="RFC8519"/> matching fields <bcp14>MUST NOT</bcp14> set these fields in the same request.</t>
      </section>
      <section anchor="payload-based-filtering">
        <name>Payload-based Filtering</name>
        <t>Some transport protocols use existing protocols (e.g., TCP or UDP) as substrate. The match criteria for such protocols may rely upon the 'protocol' under 'l3', TCP/UDP match criteria, part of the TCP/UDP payload, or a combination thereof.</t>
        <t>A new feature, called 'match-on-payload', is defined in the document. This can be used, for example, for QUIC <xref target="RFC9000"/> or for tunneling protocols. This feature requires configuring a data offset, a length, and a binary pattern to match data against using a specified operator.</t>
      </section>
      <section anchor="match-on-mpls-headers">
        <name>Match on MPLS Headers</name>
        <t>The enhanced ACL module (<xref target="sec-module"/>) can be used to create rules to match against MPLS fields of a packet. The MPLS header defined in <xref target="RFC3032"/> and <xref target="RFC5462"/> contains the following fields:</t>
        <ul spacing="normal">
          <li>
            <t>Traffic Class: The 3-bit "Exp" field <xref target="RFC3032"/> which is renamed to "Traffic Class field" ("TC field") <xref target="RFC5462"/>.</t>
          </li>
          <li>
            <t>Label Value: A 20-bit field that carries the actual value of the MPLS label.</t>
          </li>
          <li>
            <t>TTL: A 8-bit field used to encode Time to Live (TTL) value.</t>
          </li>
        </ul>
        <t>The augmented ACL module can be used by an operator to configure ACLs that match based upon the following data nodes:</t>
        <ul spacing="normal">
          <li>
            <t>'traffic-class'</t>
          </li>
          <li>
            <t>'label-position' (e.g., top or bottom)</t>
          </li>
          <li>
            <t>'upper-label-range'</t>
          </li>
          <li>
            <t>'lower-label-range'</t>
          </li>
          <li>
            <t>'label-block-name'</t>
          </li>
          <li>
            <t>'ttl-value'</t>
          </li>
        </ul>
      </section>
      <section anchor="vlan-filtering">
        <name>VLAN Filtering</name>
        <t>Being able to filter all packets that are bridged within a VLAN or that
are routed into or out of a bridge domain is part of the VPN control
requirements for Ethernet VPN (EVPN) <xref target="RFC7209"/>.</t>
        <t>All packets that are bridged within a VLAN or that are routed into or
out of a VLAN can be captured, forwarded, translated, or discarded based
on the network policy.</t>
      </section>
      <section anchor="instance-service-identifier-i-sid-filtering">
        <name>Instance Service Identifier (I-SID) Filtering</name>
        <t>Provider backbone bridging (PBB) was originally defined as Virtual
Bridged Local Area Networks <xref target="IEEE-802-1ah"/>
standard. However, instead of multiplexing VLANs, PBB
duplicates the MAC layer of the customer frame and separates it from
the provider domain, by encapsulating it in a 24-bit instance service
identifier (I-SID). This provides more transparency between the
customer network and the provider network.</t>
        <t>The I-component forms the customer or access facing interface or
routing instance. The I-component is responsible for mapping customer
Ethernet traffic to the appropriate I-SID. It is
mandatory to configure the default service identifier in the network.</t>
        <t>Being able to filter by I-component Service identifier is a feature of
the EVNP-PBB configuration.</t>
      </section>
      <section anchor="additional-actions">
        <name>Additional Actions</name>
        <t>In order to support rate-limiting (see <xref target="ps-rate"/>), a new action called 'rate-limit' is defined in this document.</t>
        <t>Also, the "ietf-acl-enh" module supports new actions to complement existing ones: Log ('log-action') and write a counter ('counter-action'). The version of the module defined in this document supports only local actions.</t>
      </section>
    </section>
    <section anchor="sec-module">
      <name>Enhanced ACL YANG Module</name>
      <t>This model imports types from <xref target="RFC6991"/>, <xref target="RFC8519"/>, and <xref target="RFC8294"/>.</t>
      <sourcecode markers="true" name="ietf-acl-enh@2024-05-16.yang"><![CDATA[
module ietf-acl-enh {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-acl-enh";
  prefix acl-enh;

  import ietf-inet-types {
    prefix inet;
    reference
      "RFC 6991: Common YANG Data Types";
  }
  import ietf-netconf-acm {
    prefix nacm;
    reference
      "RFC 8341: Network Configuration Access Control Model";
  }
  import ietf-access-control-list {
    prefix acl;
    reference
      "RFC 8519: YANG Data Model for Network Access
                 Control Lists (ACLs), Section 4.1";
  }
  import ietf-packet-fields {
    prefix packet-fields;
    reference
      "RFC 8519: YANG Data Model for Network Access
                 Control Lists (ACLs), Section 4.2";
  }
  import ietf-routing-types {
    prefix rt-types;
    reference
      "RFC 8294: Common YANG Data Types for the Routing Area";
  }
  import iana-icmpv4-types {
    prefix iana-icmpv4-types;
    reference
      "RFC XXXX: Extensions to the Access Control Lists (ACLs)
                 YANG Model";
  }
  import iana-icmpv6-types {
    prefix iana-icmpv6-types;
    reference
      "RFC XXXX: Extensions to the Access Control Lists (ACLs)
                 YANG Model";
  }
  import iana-ipv6-ext-types {
    prefix iana-ipv6-ext-types;
    reference
      "RFC XXXX: Extensions to the Access Control Lists (ACLs)
                 YANG Model";
  }

  organization
    "IETF NETMOD Working Group";
  contact
    "WG Web:   https://datatracker.ietf.org/wg/netmod/
     WG List:  mailto:netmod@ietf.org

     Author:   Mohamed Boucadair
               mailto:mohamed.boucadair@orange.com
     Author:   Samier Barguil
               mailto:samier.barguil_giraldo@nokia.com
     Author:   Oscar Gonzalez de Dios
               mailto:oscar.gonzalezdedios@telefonica.com";
  description
    "This module contains YANG definitions for enhanced ACLs.

     Copyright (c) 2025 IETF Trust and the persons identified as
     authors of the code. All rights reserved.

     Redistribution and use in source and binary forms, with or
     without modification, is permitted pursuant to, and subject
     to the license terms contained in, the Revised BSD License
     set forth in Section 4.c of the IETF Trust's Legal Provisions
     Relating to IETF Documents
     (http://trustee.ietf.org/license-info).

     This version of this YANG module is part of RFC XXXX; see
     the RFC itself for full legal notices.";

  revision 2024-05-16 {
    description
      "Initial revision.";
    reference
      "RFC XXXX: Extensions to the Access Control Lists (ACLs)
                 YANG Model";
  }

  feature match-on-payload {
    description
      "Match based on a pattern is supported.";
  }

  feature match-on-vlan-filter {
    description
      "Match based on a VLAN range of vlan list is supported.";
  }

  feature match-on-isid-filter {
    description
      "Match based on an I-SID range of VLAN list is supported.";
  }

  feature match-on-alias {
    description
      "Match based on aliases.";
  }

  feature match-on-mpls {
    description
      "Match based on MPLS headers.";
  }

  identity offset-type {
    description
      "Base identity for payload offset type.";
  }

  identity layer2 {
    base offset-type;
    description
      "The offset starts at the beginning of the Data Link layer
       header.";
  }

  identity layer3 {
    base offset-type;
    description
      "The offset starts at the beginning of the IP header.";
  }

  identity layer4 {
    base offset-type;
    description
      "The offset start right after the IP header. This can be
       typically the beginning of transport header (e.g., TCP
       or UDP) or any encapsulation scheme over IP such as 
       IP-in-IP.";
  }

  identity payload {
    base offset-type;
    description
      "The offset start right after the end of the transport
       payload. For example, this represents the beginning of the
       TCP data right after any TCP options or the beginning of
       the UDP payload right after the UDP header.";
  }

  identity tcp-flag {
    description
      "Base Identity for the TCP Flags.";
    reference
      "RFC 9293: Transmission Control Protocol (TCP), Section 3.1";
  }

  identity ack {
    base tcp-flag;
    description
      "Acknowledgment TCP flag bit.";
    reference
      "RFC 9293: Transmission Control Protocol (TCP), Section 3.1";
  }

  identity syn {
    base tcp-flag;
    description
      "Synchronize sequence numbers.";
    reference
      "RFC 9293: Transmission Control Protocol (TCP), Section 3.1";
  }

  identity fin {
    base tcp-flag;
    description
      "No more data from the sender.";
    reference
      "RFC 9293: Transmission Control Protocol (TCP), Section 3.1";
  }

  identity urg {
    base tcp-flag;
    description
      "Urgent pointer TCP flag bit.";
    reference
      "RFC 9293: Transmission Control Protocol (TCP), Section 3.1";
  }

  identity psh {
    base tcp-flag;
    description
      "The Push function flag is similar to the URG flag and tells
       the receiver to process these packets as they are received
       instead of buffering them.";
    reference
      "RFC 9293: Transmission Control Protocol (TCP), Section 3.1";
  }

  identity rst {
    base tcp-flag;
    description
      "Reset TCP flag bit.";
    reference
      "RFC 9293: Transmission Control Protocol (TCP), Section 3.1";
  }

  identity ece {
    base tcp-flag;
    description
      "ECN-Echo TCP flag bit.";
    reference
      "RFC 9293: Transmission Control Protocol (TCP), Section 3.1";
  }

  identity cwr {
    base tcp-flag;
    description
      "Congestion Window Reduced flag bit";
    reference
      "RFC 9293: Transmission Control Protocol (TCP), Section 3.1";
  }

  identity mpls-acl-type {
    base acl:acl-base;
    description
      "An ACL that matches on fields from the MPLS header.";
  }

  identity label-position {
    description
      "Base identity for deriving MPLS label position.";
  }

  identity top {
    base label-position;
    description
      "Top of the label stack.";
  }

  identity bottom {
    base label-position;
    description
      "Bottom of the label stack.";
  }

  identity log-types {
    description
      "Base identity for deriving the Log actions.";
  }

  identity local-log {
    base log-types;
    description
      "A local log is used to record the ACL results.";
  }

  identity counter-type {
    description
      "Base identity for deriving the counter actions.";
  }

  identity counter-name {
    base counter-type;
    description
      "Identity for counter name to be updated based on
        the ACL match actions.";
  }

  typedef operator {
    type bits {
      bit not {
        position 0;
        description
          "If set, logical negation of operation.";
      }
      bit match {
        position 1;
        description
          "Match bit. This is a bitwise match operation defined as
           '(data & value) == value'.";
      }
      bit any {
        position 2;
        description
          "Any bit. This is a match on any of the bits in  bitmask.
           It evaluates to 'true' if any of the bits in the
           value mask are set in the data,  i.e.,
           '(data & value) != 0'.";
      }
    }
    description
      "Specifies how to apply the defined bitmask.
       'any' and 'match' bits must not be set simultaneously.";
  }

  typedef fragment-type {
    type bits {
      bit df {
        position 0;
        description
          "Don't fragment bit for IPv4.
           Must be set to 0 when it appears in an IPv6 filter.";
      }
      bit isf {
        position 1;
        description
          "Is a fragment.";
      }
      bit ff {
        position 2;
        description
          "First fragment.";
      }
      bit lf {
        position 3;
        description
          "Last fragment.";
      }
    }
    description
      "Different fragment types to match against.";
  }

  typedef ipv4-prefix-set-ref {
    type leafref {
      path "/acl:acls/acl-enh:defined-sets/acl-enh:ipv4-prefix-sets"
         + "/acl-enh:prefix-set/acl-enh:name";
    }
    description
      "Defines a reference to an IPv4 prefix set.";
  }

  typedef ipv6-prefix-set-ref {
    type leafref {
      path "/acl:acls/acl-enh:defined-sets/acl-enh:ipv6-prefix-sets"
         + "/acl-enh:prefix-set/acl-enh:name";
    }
    description
      "Defines a reference to an IPv6 prefix set.";
  }

  typedef port-set-ref {
    type leafref {
      path "/acl:acls/acl-enh:defined-sets/acl-enh:port-sets"
         + "/acl-enh:port-set/acl-enh:name";
    }
    description
      "Defines a reference to a port set.";
  }

  typedef protocol-set-ref {
    type leafref {
      path "/acl:acls/acl-enh:defined-sets/acl-enh:protocol-sets"
         + "/acl-enh:protocol-set/acl-enh:name";
    }
    description
      "Defines a reference to a protocol set.";
  }

  typedef icmpv4-type-set-ref {
    type leafref {
      path "/acl:acls/acl-enh:defined-sets/acl-enh:icmpv4-type-sets"
         + "/acl-enh:set/acl-enh:name";
    }
    description
      "Defines a reference to an ICMPv4 type set.";
  }

  typedef icmpv6-type-set-ref {
    type leafref {
      path "/acl:acls/acl-enh:defined-sets/acl-enh:icmpv6-type-sets"
         + "/acl-enh:set/acl-enh:name";
    }
    description
      "Defines a reference to an ICMPv6 type set.";
  }

  typedef alias-ref {
    type leafref {
      path "/acl:acls/acl-enh:defined-sets/acl-enh:aliases"
         + "/acl-enh:alias/acl-enh:name";
    }
    description
      "Defines a reference to an alias.";
  }

  grouping tcp-flags {
    description
      "Operations on TCP flags.";
    leaf operator {
      type operator;
      description
        "How to interpret the TCP flags.";
    }
    choice mode {
      description
        "Choice of how flags are indicated.";
      case explicit {
        leaf-list explicit-tcp-flag {
          type identityref {
            base acl-enh:tcp-flag;
          }
          description
            "An explicit list of the TCP flags that are to be
             matched.";
        }
      }
      case builtin {
        leaf bitmask {
          type uint16;
          description
            "The bitmask matches the last 4 bits of byte 13
             and byte 14 of the TCP header.
             For clarity, the 4 bits of byte 12
             corresponding to the TCP data offset field are not
             included in any matching.
             Assigned TCP flags and their position are maintained
             in the IANA'Transmission Control Protocol (TCP) 
             Parameters' registry group.";
          reference
            "RFC 9293: Transmission Control Protocol (TCP),
                       Section 3.1
             https://www.iana.org/assignments/tcp-parameters";
        }
      }
    }
  }

  grouping fragment-fields {
    description
      "Operations on fragment types.";
    leaf operator {
      type operator;
      default "match";
      description
        "How to interpret the fragment type.";
    }
    leaf type {
      type fragment-type;
      description
        "What fragment type to look for.";
    }
  }

  grouping mpls-match-parameters-config {
    description
      "Parameters for the configuration of MPLS match rules.";
    leaf traffic-class {
      type uint8 {
        range "0..7";
      }
      description
        "The value of the MPLS traffic class (TC) bits,
         formerly known as the EXP bits.";
    }
    leaf label-position {
      type identityref {
        base acl-enh:label-position;
      }
      description
        "Position of the label.";
    }
    leaf upper-label-range {
      type rt-types:mpls-label;
      description
        "Match MPLS label value on the MPLS header.
         The usage of this field indicated the upper range
         value in the top of the stack.
         This label value does not include the encodings
         of Traffic Class and TTL.";
      reference
        "RFC 3032: MPLS Label Stack Encoding";
    }
    leaf lower-label-range {
      type rt-types:mpls-label;
      description
        "Match MPLS label value on the MPLS header.
         The usage of this field indicated the lower
         range value in the top of the stack.
         This label value does not include the
         encodings of Traffic Class and TTL.";
      reference
        "RFC 3032: MPLS Label Stack Encoding";
    }
    leaf label-block-name {
      type string;
      description
        "Reference to a label block predefiend in the
         implementation.";
    }
    leaf ttl-value {
      type uint8;
      description
        "Time-to-live MPLS packet value match.";
      reference
        "RFC 3032: MPLS Label Stack Encoding";
    }
  }

  grouping payload-match {
    description
      "Operations on payload match.";
    leaf offset {
      type identityref {
        base acl-enh:offset-type;
      }
      description
        "Indicates the payload offset. This will indicate
         the position of the data in packet to use for
         the match.";
    }
    leaf length {
      type uint16;
      units "bytes";
      description
        "Indicates the number of bytes to ignore, starting from
         the offset, to perform the pattern match.";
    }
    leaf operator {
      type operator;
      default "match";
      description
        "How to interpret the prefix match.";
    }
    leaf pattern {
      type binary;
      description
        "The binary pattern to match against starting.
         The match starts from the byte indicated by
         'offset' + length'.";
    }
  }

  grouping alias {
    description
      "Specifies an alias.";
    leaf-list vlan {
      type uint16;
      description
        "VLAN of the alias.";
      reference
        "IEEE Std 802.1Q: Bridges and Bridged Networks";
    }
    leaf-list prefix {
      type inet:ip-prefix;
      description
        "IPv4 or IPv6 prefix of the alias.";
    }
    list port-range {
      key "lower-port";
      description
        "Port range.  When only lower-port is
         present, it represents a single port number.";
      leaf lower-port {
        type inet:port-number;
        mandatory true;
        description
          "Lower port number of the port range.";
      }
      leaf upper-port {
        type inet:port-number;
        must '. >= ../lower-port' {
          error-message
            "The upper-port number must be greater than
             or equal to the lower-port number.";
        }
        description
          "Upper port number of the port range.";
      }
    }
    leaf-list protocol {
      type uint8;
      description
        "Identifies the target protocol number.
         For example, 6 for TCP or 17 for UDP.";
    }
    leaf-list fqdn {
      type inet:domain-name;
      description
        "FQDN identifying the target.";
    }
    leaf-list uri {
      type inet:uri;
      description
        "URI identifying the target.";
    }
  }

  grouping icmpv4-header-fields {
    description
      "Collection of ICMPv4 header fields that can be
       used to set up a match filter.";
    leaf type {
      type iana-icmpv4-types:icmpv4-type;
      description
        "Also known as control messages.";
      reference
        "RFC 792: Internet Control Message Protocol.";
    }
    leaf code {
      type uint8;
      description
        "ICMP subtype.";
      reference
        "RFC 792: Internet Control Message Protocol.";
    }
    leaf rest-of-header {
      type binary;
      description
        "Unbounded in length, the contents vary based on the
         ICMP type and code.";
      reference
        "RFC 792: Internet Control Message Protocol";
    }
  }

  grouping icmpv6-header-fields {
    description
      "Collection of ICMPv6 header fields that can be
       used to set up a match filter.";
    leaf type {
      type iana-icmpv6-types:icmpv6-type;
      description
        "Also known as control messages.";
      reference
        "RFC 4443: Internet Control Message Protocol (ICMPv6)
                   for Internet Protocol Version 6 (IPv6)
                   Specification.";
    }
    leaf code {
      type uint8;
      description
        "ICMP code.";
      reference
        "RFC 4443: Internet Control Message Protocol (ICMPv6)
                   for Internet Protocol Version 6 (IPv6)
                   Specification.";
    }
    leaf rest-of-header {
      type binary;
      description
        "Unbounded in length, the contents vary based on the
         ICMP type and code. Also referred to as 'Message Body'
         in ICMPv6.";
      reference
        "RFC 4443: Internet Control Message Protocol (ICMPv6)
                   for Internet Protocol Version 6 (IPv6)
                   Specification.";
    }
  }

  grouping acl-complementary-actions {
    description
      "Collection of complementary ACL actions.";
    container log-action {
      description
        "Container for defining log actions.";
      leaf log-type {
        type identityref {
          base acl-enh:log-types;
        }
        description
          "The type of log action to be performed.";
      }
      leaf log-id {
        when "derived-from-or-self(../log-type, "
           + "'acl-enh:local-log')" {
          description
            "Name of the log file updated when type is 'local-log'.";
        }
        type string;
        description
          "The name of the counter action.";
      }
    }
    container counter-action {
      description
        "Container for defining counter actions.";
      leaf counter-type {
        type identityref {
          base acl-enh:counter-type;
        }
        description
          "The type of counter action to be performed.";
      }
      leaf-list counter-name {
        when "derived-from-or-self(../counter-type, "
           + "'acl-enh:counter-name')" {
          description
            "Name for the counter or variable to update when
             'counter-type' is 'counter-name'.";
        }
        type string;
        description
          "List of possible variables or counter names to
           update based on match critieria.";
      }
    }
  }

  grouping ipv4-prefix-sets {
    description
      "Data definitions for a list of IPv4 prefixes
       prefixes which are matched as part of a policy.";
    list prefix-set {
      key "name";
      description
        "List of the defined prefix sets.";
      leaf name {
        type string;
        description
          "Name of the prefix set -- this is used as a label to
           reference the set in match conditions.";
      }
      leaf description {
        type string;
        description
          "Defined Set description.";
      }
      leaf-list prefix {
        type inet:ipv4-prefix;
        description
          "List of IPv4 prefixes to be used in match
           conditions.";
      }
    }
  }

  grouping ipv6-prefix-sets {
    description
      "Data definitions for a list of IPv6 prefixes which are
       matched as part of a policy.";
    list prefix-set {
      key "name";
      description
        "List of the defined prefix sets.";
      leaf name {
        type string;
        description
          "Name of the prefix set -- this is used as a label to
           reference the set in match conditions.";
      }
      leaf description {
        type string;
        description
          "A textual description of the prefix list.";
      }
      leaf-list prefix {
        type inet:ipv6-prefix;
        description
          "List of IPv6 prefixes to be used in match conditions.";
      }
    }
  }

  grouping port-sets {
    description
      "Data definitions for a list of ports which can
       be matched in policies.";
    list port-set {
      key "name";
      description
        "List of port set definitions.";
      leaf name {
        type string;
        description
          "Name of the port set -- this is used as a label to
           reference the set in match conditions.";
      }
      list port {
        key "id";
        description
          "Port numbers along with the operator on which to
           match.";
        leaf id {
          type string;
          description
            "Identifier of the list of port numbers.";
        }
        choice port {
          description
            "Choice of specifying the port number or referring to a
             group of port numbers.";
          container port-range-or-operator {
            description
              "Indicates a set of ports.";
            uses packet-fields:port-range-or-operator;
          }
        }
      }
    }
  }

  grouping protocol-sets {
    description
      "Data definitions for a list of protocols which can be
       matched in policies.";
    list protocol-set {
      key "name";
      description
        "List of protocol set definitions.";
      leaf name {
        type string;
        description
          "Name of the protocols set -- this is used as a
           label to reference the set in match conditions.";
      }
      leaf-list protocol {
        type union {
          type uint8;
          type string;
        }
        description
          "Value of the protocol set.";
      }
    }
  }

  grouping icmpv4-type-sets {
    description
      "Data definitions for a list of ICMPv4 types which can be
       matched in policies.";
    list set {
      key "name";
      description
        "List of ICMPv4 type set definitions.";
      leaf name {
        type string;
        description
          "Name of the ICMPv4 type set -- this is used as a label
           to reference the set in match conditions.";
      }
      list icmpv4-type {
        key "type";
        description
          "Includes a list of ICMPv4 types.";
        uses icmpv4-header-fields;
      }
    }
  }

  grouping icmpv6-type-sets {
    description
      "Data definitions for a list of ICMPv6 types which can be
       matched in policies.";
    list set {
      key "name";
      description
        "List of ICMP type set definitions.";
      leaf name {
        type string;
        description
          "Name of the ICMPv6 type set -- this is used as a label
           to reference the set in match conditions.";
      }
      list icmpv6-type {
        key "type";
        description
          "Includes a list of ICMPv6 types.";
        uses icmpv6-header-fields;
      }
    }
  }

  grouping aliases {
    description
      "Grpuing for a set of aliases.";
    list alias {
      key "name";
      description
        "List of aliases.";
      leaf name {
        type string;
        description
          "The name of the alias.";
      }
      uses alias;
    }
  }

  grouping defined-sets {
    description
      "Predefined sets of attributes used in policy match
       statements.";
    container ipv4-prefix-sets {
      description
        "Data definitions for a list of IPv4 or IPv6
         prefixes which are matched as part of a policy.";
      uses ipv4-prefix-sets;
    }
    container ipv6-prefix-sets {
      description
        "Data definitions for a list of IPv6 prefixes which are
         matched as part of a policy.";
      uses ipv6-prefix-sets;
    }
    container port-sets {
      description
        "Data definitions for a list of ports which can
         be matched in policies.";
      uses port-sets;
    }
    container protocol-sets {
      description
        "Data definitions for a list of protocols which can be
         matched in policies.";
      uses protocol-sets;
    }
    container icmpv4-type-sets {
      description
        "Data definitions for a list of ICMPv4 types which can be
         matched in policies.";
      uses icmpv4-type-sets;
    }
    container icmpv6-type-sets {
      description
        "Data definitions for a list of ICMPv6 types which can be
         matched in policies.";
      uses icmpv6-type-sets;
    }
    container aliases {
      description
        "Top-level container for aliases.";
      uses aliases;
    }
  }

  augment "/acl:acls" {
    description
      "predefined sets.";
    container defined-sets {
      description
        "Predefined sets of attributes used in policy match
         statements.";
      uses defined-sets;
      nacm:default-deny-write;
    }
  }

  augment "/acl:acls/acl:acl/acl:aces/acl:ace"
        + "/acl:matches" {
    description
      "Adds a match type based on the payload.";
    choice payload {
      description
        "Matches based upon a prefix pattern.";
      container pattern {
        if-feature "match-on-payload";
        description
          "Indicates the rule to perform the payload-based match.";
        uses payload-match;
      }
    }
    choice alias {
      description
        "Matches based upon aliases.";
      leaf-list alias-name {
        type alias-ref;
        description
          "Indicates one or more aliases.";
      }
    }
    choice mpls {
      description
        "Matches against MPLS headers, for example, label
         values";
      container mpls-values {
        if-feature "match-on-mpls";
        description
          "Provides the rule set that matches MPLS headers.";
        uses mpls-match-parameters-config;
      }
    }
  }

  augment "/acl:acls/acl:acl/acl:aces"
        + "/acl:ace/acl:matches/acl:l2" {
    description
      "Adds a match type based on MAC VLAN and I-SID filters.";
    container vlan-filter {
      if-feature "match-on-vlan-filter";
      description
        "Indicates how to handle MAC VLANs.";
      leaf frame-type {
        type string;
        description
          "Entering the frame type allows the
           filter to match a specific type of frame format";
      }
      choice vlan-type {
        description
          "VLAN definition from range or operator.";
        case range {
          leaf lower-vlan {
            type uint16;
            must '. <= ../upper-vlan' {
              error-message
                "The lower-vlan must be less than or equal to
                 the upper-vlan.";
            }
            mandatory true;
            description
              "Lower boundary for a VLAN.";
          }
          leaf upper-vlan {
            type uint16;
            mandatory true;
            description
              "Upper boundary for a VLAN.";
          }
        }
        case operator {
          leaf operator {
            type packet-fields:operator;
            default "eq";
            description
              "Operator to be applied on the VLAN below.";
          }
          leaf-list vlan {
            type uint16;
            description
              "VLAN number along with the operator on which to
               match.";
            reference
              "IEEE Std 802.1Q: Bridges and Bridged Networks";
          }
        }
      }
    }
    container isid-filter {
      if-feature "match-on-isid-filter";
      description
        "Indicates how to handle I-SID filters.
         The I-component is responsible for mapping customer
         Ethernet traffic to the appropriate I-SID.";
      choice isid-type {
        description
          "I-SID definition from range or operator.";
        case range {
          leaf lower-isid {
            type uint16;
            must '. <= ../upper-isid' {
              error-message
                "The lower-isid must be less than or equal to
                 the upper-isid.";
            }
            mandatory true;
            description
              "Lower boundary for an I-SID.";
          }
          leaf upper-isid {
            type uint16;
            mandatory true;
            description
              "Upper boundary for an I-SID.";
          }
        }
        case operator {
          leaf operator {
            type packet-fields:operator;
            default "eq";
            description
              "Operator to be applied on the I-SID below.";
          }
          leaf-list isid {
            type uint16;
            description
              "I-SID number along with the operator on which to
               match.";
            reference
              "IEEE 802.1ah: Provider Backbone Bridges";
          }
        }
      }
    }
  }

  augment "/acl:acls/acl:acl/acl:aces"
        + "/acl:ace/acl:matches/acl:l3/acl:ipv4/acl:ipv4" {
    description
      "Handle non-initial and initial fragments for IPv4 packets.";
    container ipv4-fragment {
      must 'not(../acl:flags)' {
        error-message
          "Either flags or fragment should be provided, but not
           both.";
      }
      description
        "Indicates how to handle IPv4 fragments.";
      uses fragment-fields;
    }
    leaf source-ipv4-prefix-list {
      type ipv4-prefix-set-ref;
      description
        "A reference to an IPv4 prefix list to match the source
         address.";
    }
    leaf destination-ipv4-prefix-list {
      type ipv4-prefix-set-ref;
      description
        "A reference to a prefix list to match the destination
         address.";
    }
    leaf next-header-set {
      type protocol-set-ref;
      description
        "A reference to a protocol set to match the next-header
         field.";
    }
  }

  augment "/acl:acls/acl:acl/acl:aces"
        + "/acl:ace/acl:matches/acl:l3/acl:ipv6/acl:ipv6" {
    description
      "Handles non-initial and initial fragments for IPv6 packets.";
    container ipv6-fragment {
      description
        "Indicates how to handle IPv6 fragments.";
      uses fragment-fields;
    }
    leaf source-ipv6-prefix-list {
      type ipv6-prefix-set-ref;
      description
        "A reference to a prefix list to match the source address.";
    }
    leaf destination-ipv6-prefix-list {
      type ipv6-prefix-set-ref;
      description
        "A reference to a prefix list to match the destination
         address.";
    }
    leaf protocol-set {
      type protocol-set-ref;
      description
        "A reference to a protocol set to match the protocol field.";
    }
    leaf extension-header {
      type iana-ipv6-ext-types:ipv6-extension-header-type;
      description
        "IPv6 extension header value.";
    }
  }

  augment "/acl:acls/acl:acl/acl:aces"
        + "/acl:ace/acl:matches/acl:l4/acl:tcp/acl:tcp" {
    description
      "Handles TCP flags and port sets.";
    container flags-bitmask {
      must 'not(../acl:flags)' {
        error-message
          "Either flags or flags-bitmask should be provided, but not
           both.";
      }
      description
        "Indicates how to handle TCP flags.";
      uses tcp-flags;
    }
    leaf source-tcp-port-set {
      type port-set-ref;
      description
        "A reference to a port set to match the source port.";
    }
    leaf destination-tcp-port-set {
      type port-set-ref;
      description
        "A reference to a port set to match the destination port.";
    }
  }

  augment "/acl:acls/acl:acl/acl:aces"
        + "/acl:ace/acl:matches/acl:l4/acl:udp/acl:udp" {
    description
      "Handle UDP port sets.";
    leaf source-udp-port-set {
      type port-set-ref;
      description
        "A reference to a port set to match the source port.";
    }
    leaf destination-udp-port-set {
      type port-set-ref;
      description
        "A reference to a port set to match the destination port.";
    }
  }

  augment "/acl:acls/acl:acl/acl:aces"
        + "/acl:ace/acl:matches/acl:l4/acl:icmp/acl:icmp" {
    description
      "Handle ICMP type sets.";
    leaf icmpv4-set {
      type icmpv4-type-set-ref;
      description
        "A reference to an ICMPv4 type set to match the ICMPv4 type
         field.";
    }
    leaf icmpv6-set {
      type icmpv6-type-set-ref;
      description
        "A reference to an ICMPv6 type set to match the ICMPv6 type
         field.";
    }
  }

  augment "/acl:acls/acl:acl/acl:aces"
        + "/acl:ace/acl:actions" {
    description
      "Complementary actions including Rate-limit action.";
    uses acl-complementary-actions;
    leaf rate-limit {
      when "../acl:forwarding = 'acl:accept'" {
        description
          "Rate-limit valid only when accept action is used.";
      }
      type decimal64 {
        fraction-digits 2;
      }
      units "bytes per second";
      description
        "Indicates a rate-limit for the matched traffic.";
    }
  }
}
]]></sourcecode>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This section is modeled after the template described in <xref section="3.7" sectionFormat="of" target="I-D.ietf-netmod-rfc8407bis"/>.</t>
      <t>The "ietf-acl-enh" YANG module defines a data model that is
designed to be accessed via YANG-based management protocols, such as
NETCONF <xref target="RFC6241"/> and RESTCONF <xref target="RFC8040"/>. These protocols have to
use a secure transport layer (e.g., SSH <xref target="RFC4252"/>, TLS <xref target="RFC8446"/>, and
QUIC <xref target="RFC9000"/>) and have to use mutual authentication.</t>
      <t>The Network Configuration Access Control Model (NACM) <xref target="RFC8341"/> provides the means to restrict access for particular NETCONF or RESTCONF users to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and content.</t>
      <t>There are a number of data nodes defined in this YANG module that are
writable/creatable/deletable (i.e., "config true", which is the
default).  All writable data nodes are likely to be reasonably
sensitive or vulnerable in some network environments.  Write
operations (e.g., edit-config) and delete operations to these data
nodes without proper protection or authentication can have a negative
effect on network operations. The following subtrees and data nodes
have particular sensitivities/vulnerabilities:</t>
      <dl>
        <dt>'defined-sets':</dt>
        <dd>
          <t>These lists specify a set of IP addresses, port numbers, protocols, ICMP types, and aliases. Similar to <xref target="RFC8519"/>, unauthorized write access to these
   lists can allow intruders to modify the entries so as to permit
   traffic that should not be permitted, or deny traffic that should
   be permitted.  The former may result in a DoS attack, or
   compromise a device.  The latter may result in a DoS attack.</t>
        </dd>
        <dt/>
        <dd>
          <t>These sets are defined with "nacm:default-deny-write" tagging.</t>
        </dd>
      </dl>
      <t>Some of the readable data nodes in this YANG module may be considered
sensitive or vulnerable in some network environments.  It is thus
important to control read access (e.g., via get, get-config, or
notification) to these data nodes. Specifically, the following
subtrees and data nodes have particular sensitivities/vulnerabilities:</t>
      <dl>
        <dt>'defined-sets':</dt>
        <dd>
          <t>Unauthorized read access of these lists will allow
an attacker to identify the actual resources that are bound
to ACLs. Likewise, access to this information will help an attacker to
better scope its attacks to target resources that are specific to a given network instead
of performing random scans. Also, disclosing some of this information (e.g., IP addresses of core routers)
may nullify the effect of topology hiding strategies in some networks.</t>
        </dd>
      </dl>
      <t>The document defines a match policy based on a pattern that can be observed in a packet. For example, such a policy can be combined with header-based matches in the context of DDoS mitigation. Filtering based on a pattern match is deterministic for packets with unencrypted data. However, the efficiency for encrypted packets depend on the presence of an unvarying pattern. Readers may also refer to <xref section="11" sectionFormat="of" target="RFC8329"/> for security considerations related to Network Security Functions (NSFs) that apply packet content matching.</t>
      <t>The YANG modules "iana-icmpv4-types", "iana-icmpv6-types", and "iana-ipv6-ext-types" define a set of types. These nodes are intended to be reused by other YANG
modules. Each of these modules by itself does not expose any data nodes that
are writable, data nodes that contain read-only state, or RPCs.
As such, there are no additional security issues related to
these YANG modules that need to be considered.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="uri-registrations">
        <name>URI Registrations</name>
        <t>This document requests IANA to register the following URIs in the "ns"
   subregistry within the "IETF XML Registry" <xref target="RFC3688"/>:</t>
        <artwork><![CDATA[
URI: urn:ietf:params:xml:ns:yang:ietf-acl-enh
Registrant Contact: The IESG.
XML: N/A; the requested URI is an XML namespace.

URI: urn:ietf:params:xml:ns:yang:iana-icmpv4-types
Registrant Contact: The IESG.
XML: N/A; the requested URI is an XML namespace.

URI: urn:ietf:params:xml:ns:yang:iana-icmpv6-types
Registrant Contact: The IESG.
XML: N/A; the requested URI is an XML namespace.

URI: urn:ietf:params:xml:ns:yang:iana-ipv6-ext-types
Registrant Contact: The IESG.
XML: N/A; the requested URI is an XML namespace.
]]></artwork>
      </section>
      <section anchor="yang-module-name-registrations">
        <name>YANG Module Name Registrations</name>
        <t>This document requests IANA to register the following YANG modules in
   the "YANG Module Names" subregistry <xref target="RFC6020"/> within the "YANG
   Parameters" registry.</t>
        <artwork><![CDATA[
name: ietf-acl-enh
namespace: urn:ietf:params:xml:ns:yang:ietf-acl-enh
maintained by IANA: N
prefix: acl-enh
reference: RFC XXXX

name: iana-icmpv4-types
namespace: urn:ietf:params:xml:ns:yang:iana-icmpv4-types
maintained by IANA: Y
prefix: iana-icmpv4-types
reference: RFC XXXX

name: iana-icmpv6-types
namespace: urn:ietf:params:xml:ns:yang:iana-icmpv6-types
maintained by IANA: Y
prefix: iana-icmpv6-types
reference: RFC XXXX

name: iana-ipv6-ext-types
namespace: urn:ietf:params:xml:ns:yang:iana-ipv6-ext-types
maintained by IANA: Y
prefix: iana-ipv6-ext-types
reference: RFC XXXX
]]></artwork>
      </section>
      <section anchor="considerations-for-iana-maintained-modules">
        <name>Considerations for IANA-Maintained Modules</name>
        <section anchor="icmpv4-types-iana-module">
          <name>ICMPv4 Types IANA Module</name>
          <t>IANA is requested to create and post
the initial version of the "iana-icmpv4-types" YANG module by
applying the XSLT stylesheet from <xref target="template"/> to the XML version of
<xref target="IANA-ICMPv4"/>.</t>
          <t>This document defines the initial version of the IANA-maintained
"iana-icmpv4-types" YANG module.  The most recent version of the YANG module
is available from the "YANG Parameters" registry
<xref target="IANA-YANG-PARAMETERS"/>.</t>
          <t>IANA is requested to add this note to the registry <xref target="IANA-YANG-PARAMETERS"/>:</t>
          <ul empty="true">
            <li>
              <t>New values must not be directly added to the "iana-icmpv4-types" YANG module.  They must instead be added to the "ICMP Type Numbers" registry <xref target="IANA-ICMPv4"/>.</t>
            </li>
          </ul>
          <t>When a value is added to the "ICMP Type Numbers" registry, a new "enum" statement
must be added to the "iana-icmpv4-types" YANG module.  The "enum" statement,
and sub-statements thereof, should be defined:</t>
          <dl>
            <dt>"enum":</dt>
            <dd>
              <t>Replicates the name from the registry with all spaces striped.</t>
            </dd>
            <dt>"value":</dt>
            <dd>
              <t>Contains the decimal value of the IANA-assigned value.</t>
            </dd>
            <dt>"status":</dt>
            <dd>
              <t>Is included only if a registration has been deprecated
or obsoleted.  IANA "deprecated" maps to YANG status
"deprecated", and IANA "obsolete" maps to YANG status
"obsolete".</t>
            </dd>
            <dt>"description":</dt>
            <dd>
              <t>Replicates the name from the registry.</t>
            </dd>
            <dt>"reference":</dt>
            <dd>
              <t>Replicates the reference(s) from the registry with the
title of the document(s) added.</t>
            </dd>
          </dl>
          <t>Unassigned, reserved, or <xref target="RFC3692"/>-style values are not present in the module.</t>
          <t>When the "iana-icmpv4-types" YANG module is updated, a new "revision"
statement with a unique revision date must be added in front of the
existing revision statements.</t>
          <t>IANA is requested to add this note to "ICMP Type Numbers" <xref target="IANA-ICMPv4"/>:</t>
          <artwork><![CDATA[
When this registry is modified, the YANG module "iana-icmpv4-types"
[IANA_ICMPv4_YANG_URL] must be updated as defined in RFC XXXX.
]]></artwork>
          <t>IANA is requested to update the "Reference" in the "ICMP Type Numbers" registry
as follows:</t>
          <dl>
            <dt>OLD:</dt>
            <dd>
              <t><xref target="RFC2780"/></t>
            </dd>
            <dt>NEW:</dt>
            <dd>
              <t><xref target="RFC2780"/>[RFCXXXX]</t>
            </dd>
          </dl>
        </section>
        <section anchor="icmpv6-types-iana-module">
          <name>ICMPv6 Types IANA Module</name>
          <t>IANA is requested to create and post
the initial version of the "iana-icmpv6-types" YANG module by
applying the XSLT stylesheet from <xref target="v6-template"/> to the XML version of
<xref target="IANA-ICMPv6"/>.</t>
          <t>This document defines the initial version of the IANA-maintained
"iana-icmpv6-types" YANG module.  The most recent version of the YANG module
is available from the "YANG Parameters" registry
<xref target="IANA-YANG-PARAMETERS"/>.</t>
          <t>IANA is requested to add this note to the registry <xref target="IANA-YANG-PARAMETERS"/>:</t>
          <ul empty="true">
            <li>
              <t>New values must not be directly added to the "iana-icmpv6-types" YANG module. They must instead be added to the "ICMPv6 "type" Numbers" registry <xref target="IANA-ICMPv6"/>.</t>
            </li>
          </ul>
          <t>When a value is added to the "ICMPv6 "type" Numbers" registry, a new "enum" statement
must be added to the "iana-icmpv6-types" YANG module.  The "enum" statement,
and sub-statements thereof, should be defined:</t>
          <dl>
            <dt>"enum":</dt>
            <dd>
              <t>Replicates the name from the registry with all spaces striped.</t>
            </dd>
            <dt>"value":</dt>
            <dd>
              <t>Contains the decimal value of the IANA-assigned value.</t>
            </dd>
            <dt>"status":</dt>
            <dd>
              <t>Is included only if a registration has been deprecated
or obsoleted.  IANA "deprecated" maps to YANG status
"deprecated", and IANA "obsolete" maps to YANG status
"obsolete".</t>
            </dd>
            <dt>"description":</dt>
            <dd>
              <t>Replicates the name from the registry.</t>
            </dd>
            <dt>"reference":</dt>
            <dd>
              <t>Replicates the reference(s) from the registry with the
title of the document(s) added.</t>
            </dd>
          </dl>
          <t>Unassigned, reserved, or private experimentation values are not present in the module.</t>
          <t>When the "iana-icmpv6-types" YANG module is updated, a new "revision"
statement with a unique revision date must be added in front of the
existing revision statements.</t>
          <t>IANA is requested to add this note to "ICMPv6 "type" Numbers" <xref target="IANA-ICMPv6"/>:</t>
          <artwork><![CDATA[
When this registry is modified, the YANG module "iana-icmpv6-types"
[IANA_ICMPv6_YANG_URL] must be updated as defined in RFC XXXX.
]]></artwork>
          <t>IANA is requested to update the "Reference" in the "ICMPv6 "type" Numbers" registry
as follows:</t>
          <dl>
            <dt>OLD:</dt>
            <dd>
              <t><xref target="RFC4443"/></t>
            </dd>
            <dt>NEW:</dt>
            <dd>
              <t><xref target="RFC4443"/>[RFCXXXX]</t>
            </dd>
          </dl>
        </section>
        <section anchor="ipv6-extension-header-types-iana-module">
          <name>IPv6 Extension Header Types IANA Module</name>
          <t>IANA is requested to create and post
the initial version of the "iana-ipv6-ext-types" YANG module by
applying the XSLT stylesheet from <xref target="iana-ipv6-ext-template"/> to the XML version of
<xref target="IANA-IPv6"/>.</t>
          <t>This document defines the initial version of the IANA-maintained
"iana-ipv6-ext-types" YANG module.  The most recent version of the YANG module
is available from the "YANG Parameters" registry
<xref target="IANA-YANG-PARAMETERS"/>.</t>
          <t>IANA is requested to add this note to the registry <xref target="IANA-YANG-PARAMETERS"/>:</t>
          <ul empty="true">
            <li>
              <t>New values must not be directly added to the "iana-ipv6-ext-types" YANG module.  They must instead be added to the "IPv6 Extension Header Types" registry <xref target="IANA-IPv6"/>.</t>
            </li>
          </ul>
          <t>When a value is added to the "IPv6 Extension Header Types" registry, a new "enum" statement
must be added to the "iana-ipv6-ext-types" YANG module.  The "enum" statement,
and sub-statements thereof, should be defined:</t>
          <dl>
            <dt>"enum":</dt>
            <dd>
              <t>Replicates the description from the registry with all spaces striped.</t>
            </dd>
            <dt>"value":</dt>
            <dd>
              <t>Contains the decimal value of the IANA-assigned value.</t>
            </dd>
            <dt>"status":</dt>
            <dd>
              <t>Is included only if a registration has been deprecated
or obsoleted.  IANA "deprecated" maps to YANG status
"deprecated", and IANA "obsolete" maps to YANG status
"obsolete".</t>
            </dd>
            <dt>"description":</dt>
            <dd>
              <t>Replicates the description from the registry.</t>
            </dd>
            <dt>"reference":</dt>
            <dd>
              <t>Replicates the reference(s) from the registry with the
title of the document(s) added.</t>
            </dd>
          </dl>
          <t>Unassigned or reserved values are not present in the module.</t>
          <t>When the "iana-ipv6-ext-types" YANG module is updated, a new "revision"
statement with a unique revision date must be added in front of the
existing revision statements.</t>
          <t>IANA is requested to add this note to the "IPv6 Extension Header Types" registry <xref target="IANA-IPv6"/>:</t>
          <artwork><![CDATA[
When this registry is modified, the YANG module "iana-ipv6-ext-types"
[IANA_IPV6_YANG_URL] must be updated as defined in RFC XXXX.
]]></artwork>
          <t>IANA is requested to update the "Reference" in the "IPv6 Extension Header Types" registry
as follows:</t>
          <dl>
            <dt>OLD:</dt>
            <dd>
              <t><xref target="RFC2780"/><xref target="RFC5237"/><xref target="RFC7045"/></t>
            </dd>
            <dt>NEW:</dt>
            <dd>
              <t><xref target="RFC2780"/><xref target="RFC5237"/><xref target="RFC7045"/>[RFCXXXX]</t>
            </dd>
          </dl>
        </section>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC8519">
          <front>
            <title>YANG Data Model for Network Access Control Lists (ACLs)</title>
            <author fullname="M. Jethanandani" initials="M." surname="Jethanandani"/>
            <author fullname="S. Agarwal" initials="S." surname="Agarwal"/>
            <author fullname="L. Huang" initials="L." surname="Huang"/>
            <author fullname="D. Blair" initials="D." surname="Blair"/>
            <date month="March" year="2019"/>
            <abstract>
              <t>This document defines a data model for Access Control Lists (ACLs). An ACL is a user-ordered set of rules used to configure the forwarding behavior in a device. Each rule is used to find a match on a packet and define actions that will be performed on the packet.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8519"/>
          <seriesInfo name="DOI" value="10.17487/RFC8519"/>
        </reference>
        <reference anchor="RFC8342">
          <front>
            <title>Network Management Datastore Architecture (NMDA)</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="J. Schoenwaelder" initials="J." surname="Schoenwaelder"/>
            <author fullname="P. Shafer" initials="P." surname="Shafer"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <author fullname="R. Wilton" initials="R." surname="Wilton"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>Datastores are a fundamental concept binding the data models written in the YANG data modeling language to network management protocols such as the Network Configuration Protocol (NETCONF) and RESTCONF. This document defines an architectural framework for datastores based on the experience gained with the initial simpler model, addressing requirements that were not well supported in the initial model. This document updates RFC 7950.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8342"/>
          <seriesInfo name="DOI" value="10.17487/RFC8342"/>
        </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>
        <reference anchor="RFC7950">
          <front>
            <title>The YANG 1.1 Data Modeling Language</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration data, state data, Remote Procedure Calls, and notifications for network management protocols. This document describes the syntax and semantics of version 1.1 of the YANG language. YANG version 1.1 is a maintenance release of the YANG language, addressing ambiguities and defects in the original specification. There are a small number of backward incompatibilities from YANG version 1. This document also specifies the YANG mappings to the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7950"/>
          <seriesInfo name="DOI" value="10.17487/RFC7950"/>
        </reference>
        <reference anchor="RFC0792">
          <front>
            <title>Internet Control Message 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="792"/>
          <seriesInfo name="DOI" value="10.17487/RFC0792"/>
        </reference>
        <reference anchor="RFC4443">
          <front>
            <title>Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Specification</title>
            <author fullname="A. Conta" initials="A." surname="Conta"/>
            <author fullname="S. Deering" initials="S." surname="Deering"/>
            <author fullname="M. Gupta" initials="M." role="editor" surname="Gupta"/>
            <date month="March" year="2006"/>
            <abstract>
              <t>This document describes the format of a set of control messages used in ICMPv6 (Internet Control Message Protocol). ICMPv6 is the Internet Control Message Protocol for Internet Protocol version 6 (IPv6). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="89"/>
          <seriesInfo name="RFC" value="4443"/>
          <seriesInfo name="DOI" value="10.17487/RFC4443"/>
        </reference>
        <reference anchor="RFC8200">
          <front>
            <title>Internet Protocol, Version 6 (IPv6) Specification</title>
            <author fullname="S. Deering" initials="S." surname="Deering"/>
            <author fullname="R. Hinden" initials="R." surname="Hinden"/>
            <date month="July" year="2017"/>
            <abstract>
              <t>This document specifies version 6 of the Internet Protocol (IPv6). It obsoletes RFC 2460.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="86"/>
          <seriesInfo name="RFC" value="8200"/>
          <seriesInfo name="DOI" value="10.17487/RFC8200"/>
        </reference>
        <reference anchor="RFC9293">
          <front>
            <title>Transmission Control Protocol (TCP)</title>
            <author fullname="W. Eddy" initials="W." role="editor" surname="Eddy"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document specifies the Transmission Control Protocol (TCP). TCP is an important transport-layer protocol in the Internet protocol stack, and it has continuously evolved over decades of use and growth of the Internet. Over this time, a number of changes have been made to TCP as it was specified in RFC 793, though these have only been documented in a piecemeal fashion. This document collects and brings those changes together with the protocol specification from RFC 793. This document obsoletes RFC 793, as well as RFCs 879, 2873, 6093, 6429, 6528, and 6691 that updated parts of RFC 793. It updates RFCs 1011 and 1122, and it should be considered as a replacement for the portions of those documents dealing with TCP requirements. It also updates RFC 5961 by adding a small clarification in reset handling while in the SYN-RECEIVED state. The TCP header control bits from RFC 793 have also been updated based on RFC 3168.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="7"/>
          <seriesInfo name="RFC" value="9293"/>
          <seriesInfo name="DOI" value="10.17487/RFC9293"/>
        </reference>
        <reference anchor="RFC3032">
          <front>
            <title>MPLS Label Stack Encoding</title>
            <author fullname="E. Rosen" initials="E." surname="Rosen"/>
            <author fullname="D. Tappan" initials="D." surname="Tappan"/>
            <author fullname="G. Fedorkow" initials="G." surname="Fedorkow"/>
            <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
            <author fullname="D. Farinacci" initials="D." surname="Farinacci"/>
            <author fullname="T. Li" initials="T." surname="Li"/>
            <author fullname="A. Conta" initials="A." surname="Conta"/>
            <date month="January" year="2001"/>
            <abstract>
              <t>This document specifies the encoding to be used by an LSR in order to transmit labeled packets on Point-to-Point Protocol (PPP) data links, on LAN data links, and possibly on other data links as well. This document also specifies rules and procedures for processing the various fields of the label stack encoding. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3032"/>
          <seriesInfo name="DOI" value="10.17487/RFC3032"/>
        </reference>
        <reference anchor="RFC5462">
          <front>
            <title>Multiprotocol Label Switching (MPLS) Label Stack Entry: "EXP" Field Renamed to "Traffic Class" Field</title>
            <author fullname="L. Andersson" initials="L." surname="Andersson"/>
            <author fullname="R. Asati" initials="R." surname="Asati"/>
            <date month="February" year="2009"/>
            <abstract>
              <t>The early Multiprotocol Label Switching (MPLS) documents defined the form of the MPLS label stack entry. This includes a three-bit field called the "EXP field". The exact use of this field was not defined by these documents, except to state that it was to be "reserved for experimental use".</t>
              <t>Although the intended use of the EXP field was as a "Class of Service" (CoS) field, it was not named a CoS field by these early documents because the use of such a CoS field was not considered to be sufficiently defined. Today a number of standards documents define its usage as a CoS field.</t>
              <t>To avoid misunderstanding about how this field may be used, it has become increasingly necessary to rename this field. This document changes the name of the field to the "Traffic Class field" ("TC field"). In doing so, it also updates documents that define the current use of the EXP field. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5462"/>
          <seriesInfo name="DOI" value="10.17487/RFC5462"/>
        </reference>
        <reference anchor="RFC6991">
          <front>
            <title>Common YANG Data Types</title>
            <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
            <date month="July" year="2013"/>
            <abstract>
              <t>This document introduces a collection of common data types to be used with the YANG data modeling language. This document obsoletes RFC 6021.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6991"/>
          <seriesInfo name="DOI" value="10.17487/RFC6991"/>
        </reference>
        <reference anchor="RFC8294">
          <front>
            <title>Common YANG Data Types for the Routing Area</title>
            <author fullname="X. Liu" initials="X." surname="Liu"/>
            <author fullname="Y. Qu" initials="Y." surname="Qu"/>
            <author fullname="A. Lindem" initials="A." surname="Lindem"/>
            <author fullname="C. Hopps" initials="C." surname="Hopps"/>
            <author fullname="L. Berger" initials="L." surname="Berger"/>
            <date month="December" year="2017"/>
            <abstract>
              <t>This document defines a collection of common data types using the YANG data modeling language. These derived common types are designed to be imported by other modules defined in the routing area.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8294"/>
          <seriesInfo name="DOI" value="10.17487/RFC8294"/>
        </reference>
        <reference anchor="RFC8341">
          <front>
            <title>Network Configuration Access Control Model</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>The standardization of network configuration interfaces for use with the Network Configuration Protocol (NETCONF) or the RESTCONF protocol requires a structured and secure operating environment that promotes human usability and multi-vendor interoperability. There is a need for standard mechanisms to restrict NETCONF or RESTCONF protocol access for particular users to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and content. This document defines such an access control model.</t>
              <t>This document obsoletes RFC 6536.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="91"/>
          <seriesInfo name="RFC" value="8341"/>
          <seriesInfo name="DOI" value="10.17487/RFC8341"/>
        </reference>
        <reference anchor="RFC3688">
          <front>
            <title>The IETF XML Registry</title>
            <author fullname="M. Mealling" initials="M." surname="Mealling"/>
            <date month="January" year="2004"/>
            <abstract>
              <t>This document describes an IANA maintained registry for IETF standards which use Extensible Markup Language (XML) related items such as Namespaces, Document Type Declarations (DTDs), Schemas, and Resource Description Framework (RDF) Schemas.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="81"/>
          <seriesInfo name="RFC" value="3688"/>
          <seriesInfo name="DOI" value="10.17487/RFC3688"/>
        </reference>
        <reference anchor="RFC6020">
          <front>
            <title>YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <date month="October" year="2010"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration and state data manipulated by the Network Configuration Protocol (NETCONF), NETCONF remote procedure calls, and NETCONF notifications. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6020"/>
          <seriesInfo name="DOI" value="10.17487/RFC6020"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="IANA-YANG-PARAMETERS" target="https://www.iana.org/assignments/yang-parameters">
          <front>
            <title>YANG Parameters</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IANA-TCP-FLAGS" target="https://www.iana.org/assignments/tcp-parameters/">
          <front>
            <title>Transmission Control Protocol (TCP) Parameters</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IANA-ICMPv4" target="https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml">
          <front>
            <title>ICMP Type Numbers</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IANA-ICMPv6" target="https://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xhtml">
          <front>
            <title>ICMPv6 type Numbers</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IANA-IPv6" target="https://www.iana.org/assignments/ipv6-parameters/ipv6-parameters.xhtml">
          <front>
            <title>IPv6 Extension Header Types</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IANA_ICMPv4_YANG_URL" target="https://www.iana.org/assignments/icmpv6-parameters/iana-icmpv6-types.xhtml">
          <front>
            <title>iana-icmpv6-types YANG Module</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IANA_ICMPv6_YANG_URL" target="https://www.iana.org/assignments/icmp-parameters/iana-ipv6-ext-types.xhtml">
          <front>
            <title>iana-icmpv4-types YANG Module</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IANA_IPV6_YANG_URL" target="https://www.iana.org/assignments/ipv6-parameters/iana-icmpv6-types.xhtml">
          <front>
            <title>iana-ipv6-ext-types YANG Module</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IEEE-802-1ah" target="https://standards.ieee.org/standard/802_1ah-2008.html">
          <front>
            <title>IEEE Standard for Local and metropolitan area networks -- Virtual Bridged Local Area Networks Amendment 7: Provider Backbone Bridges</title>
            <author initials="" surname="IEEE" fullname="IEEE">
              <organization/>
            </author>
            <date year="2008" month="August"/>
          </front>
        </reference>
        <reference anchor="IEEE802.1Qcp" target="https://doi.org/10.1109/IEEESTD.2018.8467507">
          <front>
            <title>IEEE Standard for Local and metropolitan area networks--Bridges and Bridged Networks--Amendment 30: YANG Data Model</title>
            <author initials="" surname="IEEE" fullname="IEEE">
              <organization/>
            </author>
            <date year="2018" month="September"/>
          </front>
        </reference>
        <reference anchor="YANG-XSLT" target="https://github.com/llhotka/iana-yang">
          <front>
            <title>iana-yang</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="RFC9132">
          <front>
            <title>Distributed Denial-of-Service Open Threat Signaling (DOTS) Signal Channel Specification</title>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="J. Shallow" initials="J." surname="Shallow"/>
            <author fullname="T. Reddy.K" initials="T." surname="Reddy.K"/>
            <date month="September" year="2021"/>
            <abstract>
              <t>This document specifies the Distributed Denial-of-Service Open Threat Signaling (DOTS) signal channel, a protocol for signaling the need for protection against Distributed Denial-of-Service (DDoS) attacks to a server capable of enabling network traffic mitigation on behalf of the requesting client.</t>
              <t>A companion document defines the DOTS data channel, a separate reliable communication layer for DOTS management and configuration purposes.</t>
              <t>This document obsoletes RFC 8782.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9132"/>
          <seriesInfo name="DOI" value="10.17487/RFC9132"/>
        </reference>
        <reference anchor="RFC8955">
          <front>
            <title>Dissemination of Flow Specification Rules</title>
            <author fullname="C. Loibl" initials="C." surname="Loibl"/>
            <author fullname="S. Hares" initials="S." surname="Hares"/>
            <author fullname="R. Raszuk" initials="R." surname="Raszuk"/>
            <author fullname="D. McPherson" initials="D." surname="McPherson"/>
            <author fullname="M. Bacher" initials="M." surname="Bacher"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>This document defines a Border Gateway Protocol Network Layer Reachability Information (BGP NLRI) encoding format that can be used to distribute (intra-domain and inter-domain) traffic Flow Specifications for IPv4 unicast and IPv4 BGP/MPLS VPN services. This allows the routing system to propagate information regarding more specific components of the traffic aggregate defined by an IP destination prefix.</t>
              <t>It also specifies BGP Extended Community encoding formats, which can be used to propagate Traffic Filtering Actions along with the Flow Specification NLRI. Those Traffic Filtering Actions encode actions a routing system can take if the packet matches the Flow Specification.</t>
              <t>This document obsoletes both RFC 5575 and RFC 7674.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8955"/>
          <seriesInfo name="DOI" value="10.17487/RFC8955"/>
        </reference>
        <reference anchor="RFC8956">
          <front>
            <title>Dissemination of Flow Specification Rules for IPv6</title>
            <author fullname="C. Loibl" initials="C." role="editor" surname="Loibl"/>
            <author fullname="R. Raszuk" initials="R." role="editor" surname="Raszuk"/>
            <author fullname="S. Hares" initials="S." role="editor" surname="Hares"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>"Dissemination of Flow Specification Rules" (RFC 8955) provides a Border Gateway Protocol (BGP) extension for the propagation of traffic flow information for the purpose of rate limiting or filtering IPv4 protocol data packets.</t>
              <t>This document extends RFC 8955 with IPv6 functionality. It also updates RFC 8955 by changing the IANA Flow Spec Component Types registry.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8956"/>
          <seriesInfo name="DOI" value="10.17487/RFC8956"/>
        </reference>
        <reference anchor="I-D.ietf-netmod-rfc8407bis">
          <front>
            <title>Guidelines for Authors and Reviewers of Documents Containing YANG Data Models</title>
            <author fullname="Andy Bierman" initials="A." surname="Bierman">
              <organization>YumaWorks</organization>
            </author>
            <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
              <organization>Orange</organization>
            </author>
            <author fullname="Qin Wu" initials="Q." surname="Wu">
              <organization>Huawei</organization>
            </author>
            <date day="14" month="January" year="2025"/>
            <abstract>
              <t>   This memo provides guidelines for authors and reviewers of
   specifications containing YANG modules, including IANA-maintained
   modules.  Recommendations and procedures are defined, which are
   intended to increase interoperability and usability of Network
   Configuration Protocol (NETCONF) and RESTCONF protocol
   implementations that utilize YANG modules.  This document obsoletes
   RFC 8407.

   Also, this document updates RFC 8126 by providing additional
   guidelines for writing the IANA considerations for RFCs that specify
   IANA-maintained modules.  The document also updates RFC 6020 by
   clarifying how modules and their revisions are handled by IANA.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netmod-rfc8407bis-22"/>
        </reference>
        <reference anchor="RFC8340">
          <front>
            <title>YANG Tree Diagrams</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="L. Berger" initials="L." role="editor" surname="Berger"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>This document captures the current syntax used in YANG module tree diagrams. The purpose of this document is to provide a single location for this definition. This syntax may be updated from time to time based on the evolution of the YANG language.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="215"/>
          <seriesInfo name="RFC" value="8340"/>
          <seriesInfo name="DOI" value="10.17487/RFC8340"/>
        </reference>
        <reference anchor="RFC9000">
          <front>
            <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines the core of the QUIC transport protocol. QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration. QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances. Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9000"/>
          <seriesInfo name="DOI" value="10.17487/RFC9000"/>
        </reference>
        <reference anchor="RFC7209">
          <front>
            <title>Requirements for Ethernet VPN (EVPN)</title>
            <author fullname="A. Sajassi" initials="A." surname="Sajassi"/>
            <author fullname="R. Aggarwal" initials="R." surname="Aggarwal"/>
            <author fullname="J. Uttaro" initials="J." surname="Uttaro"/>
            <author fullname="N. Bitar" initials="N." surname="Bitar"/>
            <author fullname="W. Henderickx" initials="W." surname="Henderickx"/>
            <author fullname="A. Isaac" initials="A." surname="Isaac"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>The widespread adoption of Ethernet L2VPN services and the advent of new applications for the technology (e.g., data center interconnect) have culminated in a new set of requirements that are not readily addressable by the current Virtual Private LAN Service (VPLS) solution. In particular, multihoming with all-active forwarding is not supported, and there's no existing solution to leverage Multipoint-to-Multipoint (MP2MP) Label Switched Paths (LSPs) for optimizing the delivery of multi-destination frames. Furthermore, the provisioning of VPLS, even in the context of BGP-based auto-discovery, requires network operators to specify various network parameters on top of the access configuration. This document specifies the requirements for an Ethernet VPN (EVPN) solution, which addresses the above issues.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7209"/>
          <seriesInfo name="DOI" value="10.17487/RFC7209"/>
        </reference>
        <reference anchor="RFC6241">
          <front>
            <title>Network Configuration Protocol (NETCONF)</title>
            <author fullname="R. Enns" initials="R." role="editor" surname="Enns"/>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
            <author fullname="A. Bierman" initials="A." role="editor" surname="Bierman"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>The Network Configuration Protocol (NETCONF) defined in this document provides mechanisms to install, manipulate, and delete the configuration of network devices. It uses an Extensible Markup Language (XML)-based data encoding for the configuration data as well as the protocol messages. The NETCONF protocol operations are realized as remote procedure calls (RPCs). This document obsoletes RFC 4741. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6241"/>
          <seriesInfo name="DOI" value="10.17487/RFC6241"/>
        </reference>
        <reference anchor="RFC8040">
          <front>
            <title>RESTCONF Protocol</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <date month="January" year="2017"/>
            <abstract>
              <t>This document describes an HTTP-based protocol that provides a programmatic interface for accessing data defined in YANG, using the datastore concepts defined in the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8040"/>
          <seriesInfo name="DOI" value="10.17487/RFC8040"/>
        </reference>
        <reference anchor="RFC4252">
          <front>
            <title>The Secure Shell (SSH) Authentication Protocol</title>
            <author fullname="T. Ylonen" initials="T." surname="Ylonen"/>
            <author fullname="C. Lonvick" initials="C." role="editor" surname="Lonvick"/>
            <date month="January" year="2006"/>
            <abstract>
              <t>The Secure Shell Protocol (SSH) is a protocol for secure remote login and other secure network services over an insecure network. This document describes the SSH authentication protocol framework and public key, password, and host-based client authentication methods. Additional authentication methods are described in separate documents. The SSH authentication protocol runs on top of the SSH transport layer protocol and provides a single authenticated tunnel for the SSH connection protocol. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4252"/>
          <seriesInfo name="DOI" value="10.17487/RFC4252"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC8329">
          <front>
            <title>Framework for Interface to Network Security Functions</title>
            <author fullname="D. Lopez" initials="D." surname="Lopez"/>
            <author fullname="E. Lopez" initials="E." surname="Lopez"/>
            <author fullname="L. Dunbar" initials="L." surname="Dunbar"/>
            <author fullname="J. Strassner" initials="J." surname="Strassner"/>
            <author fullname="R. Kumar" initials="R." surname="Kumar"/>
            <date month="February" year="2018"/>
            <abstract>
              <t>This document describes the framework for Interface to Network Security Functions (I2NSF) and defines a reference model (including major functional components) for I2NSF. Network Security Functions (NSFs) are packet-processing engines that inspect and optionally modify packets traversing networks, either directly or in the context of sessions to which the packet is associated.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8329"/>
          <seriesInfo name="DOI" value="10.17487/RFC8329"/>
        </reference>
        <reference anchor="RFC3692">
          <front>
            <title>Assigning Experimental and Testing Numbers Considered Useful</title>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="January" year="2004"/>
            <abstract>
              <t>When experimenting with or extending protocols, it is often necessary to use some sort of protocol number or constant in order to actually test or experiment with the new function, even when testing in a closed environment. For example, to test a new DHCP option, one needs an option number to identify the new function. This document recommends that when writing IANA Considerations sections, authors should consider assigning a small range of numbers for experimentation purposes that implementers can use when testing protocol extensions or other new features. This document reserves some ranges of numbers for experimentation purposes in specific protocols where the need to support experimentation has been identified.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="82"/>
          <seriesInfo name="RFC" value="3692"/>
          <seriesInfo name="DOI" value="10.17487/RFC3692"/>
        </reference>
        <reference anchor="RFC2780">
          <front>
            <title>IANA Allocation Guidelines For Values In the Internet Protocol and Related Headers</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <author fullname="V. Paxson" initials="V." surname="Paxson"/>
            <date month="March" year="2000"/>
            <abstract>
              <t>This memo provides guidance for the IANA to use in assigning parameters for fields in the IPv4, IPv6, ICMP, UDP and TCP protocol headers. 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="37"/>
          <seriesInfo name="RFC" value="2780"/>
          <seriesInfo name="DOI" value="10.17487/RFC2780"/>
        </reference>
        <reference anchor="RFC5237">
          <front>
            <title>IANA Allocation Guidelines for the Protocol Field</title>
            <author fullname="J. Arkko" initials="J." surname="Arkko"/>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="February" year="2008"/>
            <abstract>
              <t>This document revises the IANA guidelines for allocating new Protocol field values in IPv4 header. It modifies the rules specified in RFC 2780 by removing the Expert Review option. The change will also affect the allocation of Next Header field values in IPv6. 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="37"/>
          <seriesInfo name="RFC" value="5237"/>
          <seriesInfo name="DOI" value="10.17487/RFC5237"/>
        </reference>
        <reference anchor="RFC7045">
          <front>
            <title>Transmission and Processing of IPv6 Extension Headers</title>
            <author fullname="B. Carpenter" initials="B." surname="Carpenter"/>
            <author fullname="S. Jiang" initials="S." surname="Jiang"/>
            <date month="December" year="2013"/>
            <abstract>
              <t>Various IPv6 extension headers have been standardised since the IPv6 standard was first published. This document updates RFC 2460 to clarify how intermediate nodes should deal with such extension headers and with any that are defined in the future. It also specifies how extension headers should be registered by IANA, with a corresponding minor update to RFC 2780.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7045"/>
          <seriesInfo name="DOI" value="10.17487/RFC7045"/>
        </reference>
      </references>
    </references>
    <?line 2002?>

<section anchor="icmpv4-types">
      <name>ICMPv4 Types</name>
      <section anchor="template">
        <name>XSLT Template to Generate the ICMPv4 Types IANA-Maintained Module</name>
        <sourcecode markers="true"><![CDATA[

<?xml version="1.0" encoding="utf-8"?>
<stylesheet
    xmlns="http://www.w3.org/1999/XSL/Transform"
    xmlns:html="http://www.w3.org/1999/xhtml"
    xmlns:iana="http://www.iana.org/assignments"
    xmlns:yin="urn:ietf:params:xml:ns:yang:yin:1"
    version="1.0">
  <import href="../../../xslt/iana-yinx.xsl"/>
  <output method="xml" encoding="utf-8"/>
  <strip-space elements="*"/>

  <template match="iana:registry[@id='icmp-parameters-types']">
    <element name="yin:typedef">
      <attribute name="name">icmpv4-type-name</attribute>
      <element name="yin:type">
        <attribute name="name">enumeration</attribute>
        <apply-templates
          select="iana:record[not(iana:description = 'Unassigned' or
                    starts-with(iana:description, 'Reserved') or 
                    starts-with(iana:description, 'RFC3692')) or 
                    contains(iana:description, 'experimental')]"/>
      </element>
      <element name="yin:description">
        <element name="yin:text">
          This enumeration type defines mnemonic names and
          corresponding numeric values of ICMPv4 types.
        </element>
      </element>
      <element name="yin:reference">
        <element name="yin:text">
          RFC 2708: IANA Allocation Guidelines For Values In
                    the Internet Protocol and Related Headers
        </element>
      </element>
    </element>
    <element name="yin:typedef">
      <attribute name="name">icmpv4-type</attribute>
      <element name="yin:type">
        <attribute name="name">union</attribute>
        <element name="yin:type">
          <attribute name="name">uint8</attribute>
        </element>
        <element name="yin:type">
          <attribute name="name">icmpv4-type-name</attribute>
        </element>
      </element>
      <element name="yin:description">
        <element name="yin:text">
          This type allows reference to an ICMPv4 type using either
          the assigned mnemonic name or numeric value.
        </element>
      </element>
    </element>
  </template>

  <template match="iana:record">
    <call-template name="enum">
      <with-param name="id">
        <choose>
          <when test="contains(iana:description, '(Deprecated)')">
            <value-of select="translate(normalize-space( 
                  substring-before(iana:description, 
                  '(Deprecated)')),' ','')"/>
          </when>
          <otherwise>
           <value-of select="substring-before(translate
                  (normalize-space(iana:description),' ',''),
                  'suchasSeamoby')"/>  
          </otherwise>
        </choose>
      </with-param>
      <with-param name="deprecated"
                  select="contains(iana:description, 
                  '(Deprecated)')"/>
    </call-template>
  </template>

</stylesheet>

]]></sourcecode>
      </section>
      <section anchor="iana-icmp">
        <name>Initial Version of the ICMPv4 Types IANA-Maintained Module</name>
        <sourcecode markers="true" name="iana-icmpv4-types@2020-09-25.yang"><![CDATA[

module iana-icmpv4-types {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:iana-icmpv4-types";
  prefix iana-icmpv4-types;

  organization
    "Internet Assigned Numbers Authority (IANA)";

  contact
    "Internet Assigned Numbers Authority

     ICANN
     12025 Waterfront Drive, Suite 300
     Los Angeles, CA 90094
     

     Tel: +1 424 254 5300

     <mailto:iana@iana.org>";

  description
    "This YANG module translates IANA registry 'ICMP Type Numbers' to
     YANG derived types.

     Copyright (c) 2020 IETF Trust and the persons identified as
     authors of the code. All rights reserved.

     Redistribution and use in source and binary forms, with or
     without modification, is permitted pursuant to, and subject to
     the license terms contained in, the Revised BSD License set
     forth in Section 4.c of the IETF Trust's Legal Provisions
     Relating to IETF Documents
     (https://trustee.ietf.org/license-info).

     The initial version of this YANG module is part of RFC XXXX;
     see the RFC itself for full legal notices.

     This version of this YANG module was generated from the
     corresponding IANA registry using an XSLT stylesheet from the
     'iana-yang' project (https://github.com/llhotka/iana-yang).";

  reference
    "Internet Control Message Protocol (ICMP) Parameters
     (https://www.iana.org/assignments/icmp-parameters/)";

  revision 2020-09-25 {
    description
      "Current revision as of the revision date specified in the XML
       representation of the registry page.";
    reference
      "https://www.iana.org/assignments/icmp-parameters/
       icmp-parameters.xml";
  }

  /* Typedefs */

  typedef icmpv4-type-name {
    type enumeration {
      enum EchoReply {
        value 0;
        description
          "Echo Reply";
        reference
          "RFC 792";
      }
      enum DestinationUnreachable {
        value 3;
        description
          "Destination Unreachable";
        reference
          "RFC 792";
      }
      enum SourceQuench {
        value 4;
        status deprecated;
        description
          "Source Quench (Deprecated)";
        reference
          "- RFC 792
           - RFC 6633";
      }
      enum Redirect {
        value 5;
        description
          "Redirect";
        reference
          "RFC 792";
      }
      enum AlternateHostAddress {
        value 6;
        status deprecated;
        description
          "Alternate Host Address (Deprecated)";
        reference
          "RFC 6918";
      }
      enum Echo {
        value 8;
        description
          "Echo";
        reference
          "RFC 792";
      }
      enum RouterAdvertisement {
        value 9;
        description
          "Router Advertisement";
        reference
          "RFC 1256";
      }
      enum RouterSolicitation {
        value 10;
        description
          "Router Solicitation";
        reference
          "RFC 1256";
      }
      enum TimeExceeded {
        value 11;
        description
          "Time Exceeded";
        reference
          "RFC 792";
      }
      enum ParameterProblem {
        value 12;
        description
          "Parameter Problem";
        reference
          "RFC 792";
      }
      enum Timestamp {
        value 13;
        description
          "Timestamp";
        reference
          "RFC 792";
      }
      enum TimestampReply {
        value 14;
        description
          "Timestamp Reply";
        reference
          "RFC 792";
      }
      enum InformationRequest {
        value 15;
        status deprecated;
        description
          "Information Request (Deprecated)";
        reference
          "- RFC 792
           - RFC 6918";
      }
      enum InformationReply {
        value 16;
        status deprecated;
        description
          "Information Reply (Deprecated)";
        reference
          "- RFC 792
           - RFC 6918";
      }
      enum AddressMaskRequest {
        value 17;
        status deprecated;
        description
          "Address Mask Request (Deprecated)";
        reference
          "- RFC 950
           - RFC 6918";
      }
      enum AddressMaskReply {
        value 18;
        status deprecated;
        description
          "Address Mask Reply (Deprecated)";
        reference
          "- RFC 950
           - RFC 6918";
      }
      enum Traceroute {
        value 30;
        status deprecated;
        description
          "Traceroute (Deprecated)";
        reference
          "- RFC 1393
           - RFC 6918";
      }
      enum DatagramConversionError {
        value 31;
        status deprecated;
        description
          "Datagram Conversion Error (Deprecated)";
        reference
          "- RFC 1475
           - RFC 6918";
      }
      enum MobileHostRedirect {
        value 32;
        status deprecated;
        description
          "Mobile Host Redirect (Deprecated)";
        reference
          "- David Johnson <>
           - RFC 6918";
      }
      enum IPv6Where-Are-You {
        value 33;
        status deprecated;
        description
          "IPv6 Where-Are-You (Deprecated)";
        reference
          "- Bill Simpson <mailto:Bill.Simpson&um.cc.umich.edu>
           - RFC 6918";
      }
      enum IPv6I-Am-Here {
        value 34;
        status deprecated;
        description
          "IPv6 I-Am-Here (Deprecated)";
        reference
          "- Bill Simpson <mailto:Bill.Simpson&um.cc.umich.edu>
           - RFC 6918";
      }
      enum MobileRegistrationRequest {
        value 35;
        status deprecated;
        description
          "Mobile Registration Request (Deprecated)";
        reference
          "- Bill Simpson <mailto:Bill.Simpson&um.cc.umich.edu>
           - RFC 6918";
      }
      enum MobileRegistrationReply {
        value 36;
        status deprecated;
        description
          "Mobile Registration Reply (Deprecated)";
        reference
          "- Bill Simpson <mailto:Bill.Simpson&um.cc.umich.edu>
           - RFC 6918";
      }
      enum DomainNameRequest {
        value 37;
        status deprecated;
        description
          "Domain Name Request (Deprecated)";
        reference
          "- RFC 1788
           - RFC 6918";
      }
      enum DomainNameReply {
        value 38;
        status deprecated;
        description
          "Domain Name Reply (Deprecated)";
        reference
          "- RFC 1788
           - RFC 6918";
      }
      enum SKIP {
        value 39;
        status deprecated;
        description
          "SKIP (Deprecated)";
        reference
          "- Tom Markson <mailto:markson&osmosys.incog.com>
           - RFC 6918";
      }
      enum Photuris {
        value 40;
        description
          "Photuris";
        reference
          "RFC 2521";
      }
      enum ICMPmessagesutilizedbyexperimentalmobilityprotocols {
        value 41;
        description
          "ICMP messages utilized by experimental mobility protocols
           such as Seamoby";
        reference
          "RFC 4065";
      }
      enum ExtendedEchoRequest {
        value 42;
        description
          "Extended Echo Request";
        reference
          "RFC 8335";
      }
      enum ExtendedEchoReply {
        value 43;
        description
          "Extended Echo Reply";
        reference
          "RFC 8335";
      }
    }
    description
      "This enumeration type defines mnemonic names and corresponding
       numeric values of ICMPv4 types.";
    reference
      "RFC 2708: IANA Allocation Guidelines For Values In the
       Internet Protocol and Related Headers";
  }

  typedef icmpv4-type {
    type union {
      type uint8;
      type icmpv4-type-name;
    }
    description
      "This type allows reference to an ICMPv4 type using either the
       assigned mnemonic name or numeric value.";
  }
}

]]></sourcecode>
      </section>
    </section>
    <section anchor="icmpv6-types">
      <name>ICMPv6 Types</name>
      <section anchor="v6-template">
        <name>XSLT Template to Generate the ICMPv6 Types IANA-Maintained Module</name>
        <sourcecode markers="true"><![CDATA[

<?xml version="1.0" encoding="utf-8"?>
<stylesheet
    xmlns="http://www.w3.org/1999/XSL/Transform"
    xmlns:html="http://www.w3.org/1999/xhtml"
    xmlns:iana="http://www.iana.org/assignments"
    xmlns:yin="urn:ietf:params:xml:ns:yang:yin:1"
    version="1.0">
  <import href="../../../xslt/iana-yinx.xsl"/>
  <output method="xml" encoding="utf-8"/>
  <strip-space elements="*"/>

  <template match="iana:registry[@id='icmpv6-parameters-2']">
    <element name="yin:typedef">
      <attribute name="name">icmpv6-type-name</attribute>
      <element name="yin:type">
        <attribute name="name">enumeration</attribute>
        <apply-templates
           select="iana:record[not(iana:name = 'Unassigned' or
                    starts-with(iana:name, 'Reserved') or 
                    starts-with(iana:name, 'Private'))]"/>
      </element>
      <element name="yin:description">
        <element name="yin:text">
          This enumeration type defines mnemonic names and
          corresponding numeric values of ICMPv6 types.
        </element>
      </element>
      <element name="yin:reference">
        <element name="yin:text">
          RFC 2708: IANA Allocation Guidelines For Values In
                    the Internet Protocol and Related Headers
        </element>
      </element>
    </element>
    <element name="yin:typedef">
      <attribute name="name">icmpv6-type</attribute>
      <element name="yin:type">
        <attribute name="name">union</attribute>
        <element name="yin:type">
          <attribute name="name">uint8</attribute>
        </element>
        <element name="yin:type">
          <attribute name="name">icmpv6-type-name</attribute>
        </element>
      </element>
      <element name="yin:description">
        <element name="yin:text">
          This type allows reference to an ICMPv6 type using either
          the assigned mnemonic name or numeric value.
        </element>
      </element>
    </element>
  </template>

  <template match="iana:record">
    <call-template name="enum">
      <with-param name="id">
        <choose>
          <when test="contains(iana:name, '(Deprecated)')">
            <value-of select="translate(normalize-space(
                   substring-before(iana:name,  
                  '(Deprecated)')),' ','')"/>
          </when>
          <otherwise>
           <value-of select="substring-before(translate
                  (normalize-space(iana:description),' ',''),
                   'suchasSeamoby')"/>                    
          </otherwise>
        </choose>
      </with-param>
      <with-param name="description">
        <value-of select="concat(iana:name, '.')"/>
      </with-param>
      <with-param name="deprecated"
                  select="contains(iana:name, 
                 '(Deprecated)')"/>
    </call-template>
  </template>

</stylesheet>

]]></sourcecode>
      </section>
      <section anchor="iana-icmpv6">
        <name>Initial Version of the ICMPv6 Types IANA-Maintained Module</name>
        <sourcecode markers="true" name="iana-icmpv6-types@2023-04-28.yang"><![CDATA[

module iana-icmpv6-types {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:iana-icmpv6-types";
  prefix iana-icmpv6-types;

  organization
    "Internet Assigned Numbers Authority (IANA)";

  contact
    "Internet Assigned Numbers Authority

     ICANN
     12025 Waterfront Drive, Suite 300
     Los Angeles, CA 90094
     

     Tel: +1 424 254 5300

     <mailto:iana@iana.org>";

  description
    "This YANG module translates IANA registry 'ICMPv6 \"type\"
     Numbers' to YANG derived types.

     Copyright (c) 2023 IETF Trust and the persons identified as
     authors of the code. All rights reserved.

     Redistribution and use in source and binary forms, with or
     without modification, is permitted pursuant to, and subject to
     the license terms contained in, the Revised BSD License set
     forth in Section 4.c of the IETF Trust's Legal Provisions
     Relating to IETF Documents
     (https://trustee.ietf.org/license-info).

     The initial version of this YANG module is part of RFC XXXX;
     see the RFC itself for full legal notices.

     This version of this YANG module was generated from the
     corresponding IANA registry using an XSLT stylesheet from the
     'iana-yang' project (https://github.com/llhotka/iana-yang).";

  reference
    "Internet Control Message Protocol version 6 (ICMPv6) Parameters
     (https://www.iana.org/assignments/icmpv6-parameters/)";

  revision 2023-04-28 {
    description
      "Current revision as of the revision date specified in the XML
       representation of the registry page.";
    reference
      "https://www.iana.org/assignments/icmpv6-parameters
       /icmpv6-parameters.xml";
  }

  /* Typedefs */

  typedef icmpv6-type-name {
    type enumeration {
      enum DestinationUnreachable {
        value 1;
        description
          "Destination Unreachable.";
        reference
          "RFC 4443";
      }
      enum PacketTooBig {
        value 2;
        description
          "Packet Too Big.";
        reference
          "RFC 4443";
      }
      enum TimeExceeded {
        value 3;
        description
          "Time Exceeded.";
        reference
          "RFC 4443";
      }
      enum ParameterProblem {
        value 4;
        description
          "Parameter Problem.";
        reference
          "RFC 4443";
      }
      enum EchoRequest {
        value 128;
        description
          "Echo Request.";
        reference
          "RFC 4443";
      }
      enum EchoReply {
        value 129;
        description
          "Echo Reply.";
        reference
          "RFC 4443";
      }
      enum MulticastListenerQuery {
        value 130;
        description
          "Multicast Listener Query.";
        reference
          "RFC 2710";
      }
      enum MulticastListenerReport {
        value 131;
        description
          "Multicast Listener Report.";
        reference
          "RFC 2710";
      }
      enum MulticastListenerDone {
        value 132;
        description
          "Multicast Listener Done.";
        reference
          "RFC 2710";
      }
      enum RouterSolicitation {
        value 133;
        description
          "Router Solicitation.";
        reference
          "RFC 4861";
      }
      enum RouterAdvertisement {
        value 134;
        description
          "Router Advertisement.";
        reference
          "RFC 4861";
      }
      enum NeighborSolicitation {
        value 135;
        description
          "Neighbor Solicitation.";
        reference
          "RFC 4861";
      }
      enum NeighborAdvertisement {
        value 136;
        description
          "Neighbor Advertisement.";
        reference
          "RFC 4861";
      }
      enum RedirectMessage {
        value 137;
        description
          "Redirect Message.";
        reference
          "RFC 4861";
      }
      enum RouterRenumbering {
        value 138;
        description
          "Router Renumbering.";
        reference
          "RFC 2894";
      }
      enum ICMPNodeInformationQuery {
        value 139;
        description
          "ICMP Node Information Query.";
        reference
          "RFC 4620";
      }
      enum ICMPNodeInformationResponse {
        value 140;
        description
          "ICMP Node Information Response.";
        reference
          "RFC 4620";
      }
      enum InverseNeighborDiscoverySolicitationMessage {
        value 141;
        description
          "Inverse Neighbor Discovery Solicitation Message.";
        reference
          "RFC 3122";
      }
      enum InverseNeighborDiscoveryAdvertisementMessage {
        value 142;
        description
          "Inverse Neighbor Discovery Advertisement Message.";
        reference
          "RFC 3122";
      }
      enum Version2MulticastListenerReport {
        value 143;
        description
          "Version 2 Multicast Listener Report.";
        reference
          "RFC 3810";
      }
      enum HomeAgentAddressDiscoveryRequestMessage {
        value 144;
        description
          "Home Agent Address Discovery Request Message.";
        reference
          "RFC 6275";
      }
      enum HomeAgentAddressDiscoveryReplyMessage {
        value 145;
        description
          "Home Agent Address Discovery Reply Message.";
        reference
          "RFC 6275";
      }
      enum MobilePrefixSolicitation {
        value 146;
        description
          "Mobile Prefix Solicitation.";
        reference
          "RFC 6275";
      }
      enum MobilePrefixAdvertisement {
        value 147;
        description
          "Mobile Prefix Advertisement.";
        reference
          "RFC 6275";
      }
      enum CertificationPathSolicitationMessage {
        value 148;
        description
          "Certification Path Solicitation Message.";
        reference
          "RFC 3971";
      }
      enum CertificationPathAdvertisementMessage {
        value 149;
        description
          "Certification Path Advertisement Message.";
        reference
          "RFC 3971";
      }
      enum ICMPmessagesutilizedbyexperimentalmobilityprotocols {
        value 150;
        description
          "ICMP messages utilized by experimental mobility protocols
           such as Seamoby.";
        reference
          "RFC 4065";
      }
      enum MulticastRouterAdvertisement {
        value 151;
        description
          "Multicast Router Advertisement.";
        reference
          "RFC 4286";
      }
      enum MulticastRouterSolicitation {
        value 152;
        description
          "Multicast Router Solicitation.";
        reference
          "RFC 4286";
      }
      enum MulticastRouterTermination {
        value 153;
        description
          "Multicast Router Termination.";
        reference
          "RFC 4286";
      }
      enum FMIPv6Messages {
        value 154;
        description
          "FMIPv6 Messages.";
        reference
          "RFC 5568";
      }
      enum RPLControlMessage {
        value 155;
        description
          "RPL Control Message.";
        reference
          "RFC 6550";
      }
      enum ILNPv6LocatorUpdateMessage {
        value 156;
        description
          "ILNPv6 Locator Update Message.";
        reference
          "RFC 6743";
      }
      enum DuplicateAddressRequest {
        value 157;
        description
          "Duplicate Address Request.";
        reference
          "RFC 6775";
      }
      enum DuplicateAddressConfirmation {
        value 158;
        description
          "Duplicate Address Confirmation.";
        reference
          "RFC 6775";
      }
      enum MPLControlMessage {
        value 159;
        description
          "MPL Control Message.";
        reference
          "RFC 7731";
      }
      enum ExtendedEchoRequest {
        value 160;
        description
          "Extended Echo Request.";
        reference
          "RFC 8335";
      }
      enum ExtendedEchoReply {
        value 161;
        description
          "Extended Echo Reply.";
        reference
          "RFC 8335";
      }
    }
    description
      "This enumeration type defines mnemonic names and corresponding
       numeric values of ICMPv6 types.";
    reference
      "RFC 2708: IANA Allocation Guidelines For Values In the
       Internet Protocol and Related Headers";
  }

  typedef icmpv6-type {
    type union {
      type uint8;
      type icmpv6-type-name;
    }
    description
      "This type allows reference to an ICMPv6 type using either the
       assigned mnemonic name or numeric value.";
  }
}

]]></sourcecode>
      </section>
    </section>
    <section anchor="ipv6-extension-header-types">
      <name>IPv6 Extension Header Types</name>
      <section anchor="iana-ipv6-ext-template">
        <name>XSLT Template to Generate the IPv6 Extension Header Types IANA-Maintained Module</name>
        <sourcecode markers="true"><![CDATA[

<?xml version="1.0" encoding="utf-8"?>
<stylesheet
    xmlns="http://www.w3.org/1999/XSL/Transform"
    xmlns:html="http://www.w3.org/1999/xhtml"
    xmlns:iana="http://www.iana.org/assignments"
    xmlns:yin="urn:ietf:params:xml:ns:yang:yin:1"
    version="1.0">
  <import href="../../../xslt/iana-yinx.xsl"/>
  <output method="xml" encoding="utf-8"/>
  <strip-space elements="*"/>

  <template match="iana:registry[@id='extension-header']">
    <element name="yin:typedef">
      <attribute name="name">
        ipv6-extension-header-type-name
      </attribute>
      <element name="yin:type">
        <attribute name="name">enumeration</attribute>
        <apply-templates
         select="iana:record[not(iana:description = 'Unassigned' or
                    starts-with(iana:description, 'Reserved') or 
                    starts-with(iana:description, 
                    'Use for experimentation and testing')) or 
                    contains(iana:description, 'experimental')]"/>
      </element>
      <element name="yin:description">
        <element name="yin:text">
          This enumeration type defines mnemonic names and
          corresponding numeric values of IPv6 Extension header
          types.
        </element>
      </element>
      <element name="yin:reference">
        <element name="yin:text">
          RFC 2708: IANA Allocation Guidelines For Values In
                    the Internet Protocol and Related Headers
        </element>
      </element>
    </element>
    <element name="yin:typedef">
      <attribute name="name">
        ipv6-extension-header-type
      </attribute>
      <element name="yin:type">
        <attribute name="name">union</attribute>
        <element name="yin:type">
          <attribute name="name">uint8</attribute>
        </element>
        <element name="yin:type">
          <attribute name="name">
            ipv6-extension-header-type-name
          </attribute>
        </element>
      </element>
      <element name="yin:description">
        <element name="yin:text">
          This type allows reference to an IPv6 Extension
          header type using either the assigned mnemonic
          name or the numeric protocol number value.
        </element>
      </element>
    </element>
  </template>

  <template match="iana:record">
    <call-template name="enum">
      <with-param name="id">
        <choose>
          <when test="contains(iana:description, 
                  '(Deprecated)')">
            <value-of select="translate(normalize-space(
                    substring-before(iana:description, 
                  '(Deprecated)')),' ','')"/>
          </when>
          <otherwise>
            <value-of select="translate(\
                normalize-space(iana:description),' ','')"/>
          </otherwise>
        </choose>
      </with-param>
      <with-param name="deprecated"
                  select="contains(iana:description, 
                  '(Deprecated)')"/>
    </call-template>
  </template>

</stylesheet>

]]></sourcecode>
      </section>
      <section anchor="iana-ipv6-ext">
        <name>Initial Version of the IPv6 Extension Header Types IANA-Maintained Module</name>
        <sourcecode markers="true" name="iana-ipv6-ext-types@2023-09-29.yang"><![CDATA[

module iana-ipv6-ext-types {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:iana-ipv6-ext-types";
  prefix iana-ipv6-ext-types;

  organization
    "Internet Assigned Numbers Authority (IANA)";

  contact
    "Internet Assigned Numbers Authority

     ICANN
     12025 Waterfront Drive, Suite 300
     Los Angeles, CA 90094
     

     Tel: +1 424 254 5300

     <mailto:iana@iana.org>";

  description
    "This YANG module translates IANA registry 'IPv6 Extension Header
     Types' to YANG derived types.

     Copyright (c) 2023 IETF Trust and the persons identified as
     authors of the code. All rights reserved.

     Redistribution and use in source and binary forms, with or
     without modification, is permitted pursuant to, and subject to
     the license terms contained in, the Revised BSD License set
     forth in Section 4.c of the IETF Trust's Legal Provisions
     Relating to IETF Documents
     (https://trustee.ietf.org/license-info).

     This version of this YANG module was generated from the
     corresponding IANA registry using an XSLT stylesheet from the
     'iana-yang' project (https://github.com/llhotka/iana-yang).";

  reference
    "Internet Protocol Version 6 (IPv6) Parameters
     (https://www.iana.org/assignments/ipv6-parameters/)";

  revision 2023-09-29 {
    description
      "Current revision as of the revision date specified in the XML
       representation of the registry page.";
    reference
      "https://www.iana.org/assignments/ipv6-parameters
       /ipv6-parameters.xml";
  }

  /* Typedefs */

  typedef ipv6-extension-header-type-name {
    type enumeration {
      enum IPv6Hop-by-HopOption {
        value 0;
        description
          "IPv6 Hop-by-Hop Option";
        reference
          "RFC 8200";
      }
      enum RoutingHeaderforIPv6 {
        value 43;
        description
          "Routing Header for IPv6";
        reference
          "- RFC 8200
           - RFC 5095";
      }
      enum FragmentHeaderforIPv6 {
        value 44;
        description
          "Fragment Header for IPv6";
        reference
          "RFC 8200";
      }
      enum EncapsulatingSecurityPayload {
        value 50;
        description
          "Encapsulating Security Payload";
        reference
          "RFC 4303";
      }
      enum AuthenticationHeader {
        value 51;
        description
          "Authentication Header";
        reference
          "RFC 4302";
      }
      enum DestinationOptionsforIPv6 {
        value 60;
        description
          "Destination Options for IPv6";
        reference
          "RFC 8200";
      }
      enum MobilityHeader {
        value 135;
        description
          "Mobility Header";
        reference
          "RFC 6275";
      }
      enum HostIdentityProtocol {
        value 139;
        description
          "Host Identity Protocol";
        reference
          "RFC 7401";
      }
      enum Shim6Protocol {
        value 140;
        description
          "Shim6 Protocol";
        reference
          "RFC 5533";
      }
    }
    description
      "This enumeration type defines mnemonic names and 
       corresponding numeric values of IPv6 Extension header
       types.";
    reference
      "RFC 2708: IANA Allocation Guidelines For Values In the
       Internet Protocol and Related Headers";
  }

  typedef ipv6-extension-header-type {
    type union {
      type uint8;
      type ipv6-extension-header-type-name;
    }
    description
      "This type allows reference to an IPv6 Extension header 
       type using either the assigned mnemonic name or the 
       numeric protocol number value.";
  }
}

]]></sourcecode>
      </section>
    </section>
    <section anchor="ps">
      <name>Problem Statement and Gap Analysis</name>
      <section anchor="ps-sets">
        <name>Suboptimal Configuration: Lack of Support for Lists of Prefixes</name>
        <t>IP prefix-related data nodes, e.g., "destination-ipv4-network" or
   "destination-ipv6-network", do not support handling a list of IP
   prefixes, which may then lead to having to support large numbers of ACL entries in a configuration file.</t>
        <t>The same issue is encountered when ACLs have to be in place to mitigate DDoS
attacks that involve a set of sources (e.g., <xref target="RFC9132"/>). The situation is even worse when both a list of sources
and destination prefixes are involved in the filtering.</t>
        <t><xref target="example"/> shows an example of the required ACL configuration for filtering traffic from two prefixes.</t>
        <figure anchor="example">
          <name>Example Illustrating Sub-optimal Use of the ACL Model with a Prefix List (Message Body)</name>
          <artwork><![CDATA[
{
  "ietf-access-control-list:acls": {
    "acl": [
      {
        "name": "first-prefix",
        "type": "ipv6-acl-type",
        "aces": {
          "ace": [
            {
              "name": "my-test-ace",
              "matches": {
                "ipv6": {
                  "destination-ipv6-network":
                    "2001:db8:6401:1::/64",
                  "source-ipv6-network":
                    "2001:db8:1234::/96",
                  "protocol": 17,
                  "flow-label": 10000
                },
                "udp": {
                  "source-port": {
                    "operator": "lte",
                    "port": 80
                  },
                  "destination-port": {
                    "operator": "neq",
                    "port": 1010
                  }
                }
              },
              "actions": {
                "forwarding": "accept"
              }
            }
          ]
        }
      },
      {
        "name": "second-prefix",
        "type": "ipv6-acl-type",
        "aces": {
          "ace": [
            {
              "name": "my-test-ace",
              "matches": {
                "ipv6": {
                  "destination-ipv6-network":
                    "2001:db8:6401:c::/64",
                  "source-ipv6-network":
                    "2001:db8:1234::/96",
                  "protocol": 17,
                  "flow-label": 10000
                },
                "udp": {
                  "source-port": {
                    "operator": "lte",
                    "port": 80
                  },
                  "destination-port": {
                    "operator": "neq",
                    "port": 1010
                  }
                }
              },
              "actions": {
                "forwarding": "accept"
              }
            }
          ]
        }
      }
    ]
  }
}
]]></artwork>
        </figure>
        <t>Such a configuration is suboptimal for both:</t>
        <ul spacing="normal">
          <li>
            <t>Network controllers that need to manipulate large files. All or a
subset for this configuration will need to be passed to the
underlying network devices.</t>
          </li>
          <li>
            <t>Devices may receive such a configuration and thus will need to
maintain it locally.</t>
          </li>
        </ul>
      </section>
      <section anchor="manageability-impossibility-to-use-aliases-or-defined-sets">
        <name>Manageability: Impossibility to Use Aliases or Defined Sets</name>
        <t>The same approach as the one discussed for IP prefixes can be generalized by introducing the concept of "aliases" or "defined sets".</t>
        <t>The defined sets are reusable definitions across several ACLs. Each category is modeled in YANG as a list of parameters related to the class it represents. The following sets can be considered:</t>
        <dl>
          <dt>Prefix sets:</dt>
          <dd>
            <t>Used to create lists of IPv4 or IPv6 prefixes.</t>
          </dd>
          <dt>Protocol sets:</dt>
          <dd>
            <t>Used to create a list of protocols.</t>
          </dd>
          <dt>Port number sets:</dt>
          <dd>
            <t>Used to create lists of TCP or UDP port values
   (or any other transport protocol that makes uses of port numbers).
   The identity of the protocols is identified by the protocol set, if
   present.  Otherwise, a set applies to any protocol.</t>
          </dd>
          <dt>ICMP sets:</dt>
          <dd>
            <t>Uses to create lists of ICMP-based filters. This applies only when the protocol is set to ICMP or ICMPv6.</t>
          </dd>
        </dl>
        <t>Aliases may also be considered to manage resources that are identified by a combination of various parameters (e.g., prefix, protocol, port number, FQDN, or VLAN IDs).
Note that some aliases can be provided by decomposing them into separate sets.</t>
      </section>
      <section anchor="bind-acls-to-devices-not-only-interfaces">
        <name>Bind ACLs to Devices, Not Only Interfaces</name>
        <t>In the context of network management, an ACL may be enforced in many
   network locations.  As such, the ACL module should allow for binding an
   ACL to multiple devices, not only (abstract) interfaces.</t>
        <t>The ACL name must, thus, be unique at the scale of the network, but the same name may be used in many devices when enforcing node-specific ACLs.</t>
      </section>
      <section anchor="ps-frag">
        <name>Partial or Lack of IPv4/IPv6 Fragment Handling</name>
        <t><xref target="RFC8519"/> does not support fragment handling for IPv6 but
offers a partial support for IPv4  through the use of 'flags'.  Nevertheless,
the use of 'flags' is problematic since it does not allow a bitmask
to be defined.  For example, setting other bits not covered by the
'flags' filtering clause in a packet will allow that packet to get
through (because it won't match the ACE).</t>
        <t>Defining a new IPv4/IPv6 matching field called 'fragment' is thus required to efficiently handle fragment-related filtering rules.</t>
      </section>
      <section anchor="ps-flags">
        <name>Suboptimal TCP Flags Handling</name>
        <t><xref target="RFC8519"/> supports including flags in the TCP match fields, however
   that structure does not support matching operations as those
   supported in BGP Flow Spec.  Defining this field to be defined as a
   flag bitmask together with a set of operations is meant to
   efficiently handle TCP flags filtering rules.</t>
      </section>
      <section anchor="ps-rate">
        <name>Rate-Limit Action</name>
        <t><xref target="RFC8519"/> specifies that forwarding actions can be 'accept' (i.e., accept matching
   traffic), 'drop' (i.e., drop matching traffic without sending any
   ICMP error message), or 'reject' (i.e., drop matching traffic and send an ICMP error message to the source). However, there are situations where the matching traffic can be accepted, but with a rate-limit policy. This capability is not supported by <xref target="RFC8519"/>.</t>
      </section>
      <section anchor="ps-pf">
        <name>Payload-based Filtering</name>
        <t>Some transport protocols use existing protocols (e.g., TCP or UDP) as substrate. The match criteria for such protocols may rely upon the 'protocol' under 'l3', TCP/UDP match criteria, part of the TCP/UDP payload, or a combination thereof. <xref target="RFC8519"/> does not support matching based on the payload.</t>
        <t>Likewise, the ACL model defined in <xref target="RFC8519"/> does not support filtering of encapsulated traffic.</t>
      </section>
      <section anchor="reuse-the-acls-content-across-several-devices">
        <name>Reuse the ACLs Content Across Several Devices</name>
        <t>Having a global network view of the ACLs is highly valuable for service providers. An ACL could be defined and applied
based on the network topology hierarchy. So, an ACL can be
defined at the network level and, then, that same ACL can be used (or referenced to)
in several devices (including termination points) within the same network.</t>
        <t>This network/device ACLs differentiation introduces several new
requirements, e.g.:</t>
        <ul spacing="normal">
          <li>
            <t>An ACL name can be used at both network and device levels.</t>
          </li>
          <li>
            <t>An ACL content updated at the network level should imply
a transaction that updates the relevant content in all the nodes using this
ACL.</t>
          </li>
          <li>
            <t>ACLs defined at the device level have a local meaning for the specific node.</t>
          </li>
          <li>
            <t>A device can be associated with a router, a VRF, a
logical system, or a virtual node. ACLs can be applied in physical and
logical infrastructure.</t>
          </li>
        </ul>
      </section>
      <section anchor="match-mpls-headers">
        <name>Match MPLS Headers</name>
        <t>The ACLs can be used to create rules to match MPLS fields on a packet. <xref target="RFC8519"/> does not support such function.</t>
      </section>
    </section>
    <section anchor="sec-examples">
      <name>Examples</name>
      <t>This section provides a few examples to illustrate the use of the enhanced ACL module ("ietf-acl-enh").</t>
      <section anchor="tcp-flags-handling-1">
        <name>TCP Flags Handling</name>
        <t><xref target="example_4"/> shows an example of the message body of a request to install a filter to discard incoming TCP messages having all flags unset.</t>
        <figure anchor="example_4">
          <name>Example of an ACL to Deny TCP Null Attack Messages (Request Body)</name>
          <sourcecode type="json"><![CDATA[
{
  "ietf-access-control-list:acls": {
    "acl": [
      {
        "name": "tcp-flags-example",
        "aces": {
          "ace": [
            {
              "name": "null-attack",
              "matches": {
                "tcp": {
                  "ietf-acl-enh:flags-bitmask": {
                    "operator": "not any",
                    "bitmask": 4095
                  }
                }
              },
              "actions": {
                "forwarding": "drop"
              }
            }
          ]
        }
      }
    ]
  }
}
]]></sourcecode>
        </figure>
      </section>
      <section anchor="fragments-handling-1">
        <name>Fragments Handling</name>
        <t><xref target="example_2"/> shows the content of a POST request to allow the traffic destined to 198.51.100.0/24 and UDP port number 53, but to drop all fragmented
packets.  The following ACEs are defined (in this order):</t>
        <ul spacing="normal">
          <li>
            <t>"drop-all-fragments" ACE: discards all fragments.</t>
          </li>
          <li>
            <t>"allow-dns-packets" ACE: accepts DNS packets destined to 198.51.100.0/24.</t>
          </li>
        </ul>
        <figure anchor="example_2">
          <name>Example Illustrating Candidate Filtering of IPv4 Fragmented Packets (Message Body)</name>
          <sourcecode type="json"><![CDATA[
{
  "ietf-access-control-list:acls": {
    "acl": [
      {
        "name": "dns-fragments",
        "type": "ipv4-acl-type",
        "aces": {
          "ace": [
            {
              "name": "drop-all-fragments",
              "matches": {
                "ipv4": {
                  "ietf-acl-enh:ipv4-fragment": {
                    "operator": "match",
                    "type": "isf"
                  }
                }
              },
              "actions": {
                "forwarding": "drop"
              }
            },
            {
              "name": "allow-dns-packets",
              "matches": {
                "ipv4": {
                  "destination-ipv4-network": "198.51.100.0/24"
                },
                "udp": {
                  "destination-port": {
                    "operator": "eq",
                    "port": 53
                  }
                }
              },
              "actions": {
                "forwarding": "accept"
              }
            }
          ]
        }
      }
    ]
  }
}
]]></sourcecode>
        </figure>
        <t><xref target="example_3"/> shows an example of the body of a POST request to allow the traffic destined to 2001:db8::/32 and UDP port number 53, but to drop all fragmented packets. The following ACEs are defined (in this order):</t>
        <ul spacing="normal">
          <li>
            <t>"drop-all-fragments" ACE: discards all fragments (including atomic fragments). That is, IPv6 packets that include a Fragment header (44) are dropped.</t>
          </li>
          <li>
            <t>"allow-dns-packets" ACE: accepts DNS packets destined to 2001:db8::/32.</t>
          </li>
        </ul>
        <figure anchor="example_3">
          <name>An Example Illustrating Filtering of IPv6 Fragmented Packets (Message Body)</name>
          <sourcecode type="json"><![CDATA[
{
  "ietf-access-control-list:acls": {
    "acl": [
      {
        "name": "dns-fragments",
        "type": "ipv6-acl-type",
        "aces": {
          "ace": [
            {
              "name": "drop-all-fragments",
              "matches": {
                "ipv6": {
                  "ietf-acl-enh:ipv6-fragment": {
                    "operator": "match",
                    "type": "isf"
                  }
                }
              },
              "actions": {
                "forwarding": "drop"
              }
            },
            {
              "name": "allow-dns-packets",
              "matches": {
                "ipv6": {
                  "destination-ipv6-network": "2001:db8::/32"
                },
                "udp": {
                  "destination-port": {
                    "operator": "eq",
                    "port": 53
                  }
                }
              },
              "actions": {
                "forwarding": "accept"
              }
            }
          ]
        }
      }
    ]
  }
}
]]></sourcecode>
        </figure>
      </section>
      <section anchor="pattern-based-filtering">
        <name>Pattern-based Filtering</name>
        <t>Pattern-based filtering is useful to detect specific patterns, signatures, or encapsulated packets. <xref target="example_p"/> shows an example of the message body of a request to install a filter to discard IP-in-IP encapsulated messages with an inner destination IP address equal to "2001:db8::1". By using the offset at the end of layer 3, the rule targets a specific portion of the payload that starts 20 bytes after the beginning of the data (that is, skipping the first 20 bytes of the inner IPv6 header).</t>
        <t>For the readers' convenience, the textual representation of the pattern is used in the example instead of the binary form.</t>
        <figure anchor="example_p">
          <name>Example of an ACL to Deny Encapsulated Messages with a Specific Inner Destination Address (Request Body)</name>
          <sourcecode type="json"><![CDATA[
{
  "ietf-access-control-list:acls": {
    "acl": [
      {
        "name": "pattern-example",
        "aces": {
          "ace": [
            {
              "name": "pattern-1",
              "matches": {
                "ietf-acl-enh:pattern": {
                  "offset": "ietf-acl-enh:layer4",
                  "length": 20,
                  "operator": "match",
                  "pattern": "2001:db8::1"
                }
              },
              "actions": {
                "forwarding": "drop"
              }
            }
          ]
        }
      }
    ]
  }
}
]]></sourcecode>
        </figure>
      </section>
      <section anchor="vlan-filtering-1">
        <name>VLAN Filtering</name>
        <t><xref target="example_7"/> shows an ACL example to illustrate how to apply a VLAN range filter.</t>
        <figure anchor="example_7">
          <name>Example of VLAN Filter (Message Body)</name>
          <sourcecode type="json"><![CDATA[
{
  "ietf-access-control-list:acls": {
    "acl": [
      {
        "name": "VLAN_FILTER",
        "aces": {
          "ace": [
            {
              "name": "1",
              "matches": {
                "ietf-acl-enh:vlan-filter": {
                  "lower-vlan": 10,
                  "upper-vlan": 20
                }
              },
              "actions": {
                "forwarding": "ietf-access-control-list:accept"
              }
            }
          ]
        }
      }
    ]
  }
}
]]></sourcecode>
        </figure>
      </section>
      <section anchor="isid-filtering">
        <name>ISID Filtering</name>
        <t><xref target="example_6"/> shows an ACL example to illustrate the ISID range filtering.</t>
        <figure anchor="example_6">
          <name>Example ISID Filter (Message Body)</name>
          <sourcecode type="json"><![CDATA[
{
  "ietf-access-control-list:acls": {
    "acl": [
      {
        "name": "test",
        "aces": {
          "ace": [
            {
              "name": "1",
              "matches": {
                "ietf-acl-enh:isid-filter": {
                  "lower-isid": 100,
                  "upper-isid": 200
                }
              },
              "actions": {
                "forwarding": "ietf-access-control-list:accept"
              }
            }
          ]
        }
      }
    ]
  }
}
]]></sourcecode>
        </figure>
      </section>
      <section anchor="rate-limit">
        <name>Rate-Limit</name>
        <t><xref target="example_5"/> shows an ACL example to rate-limit incoming SYNs during a SYN flood attack.</t>
        <figure anchor="example_5">
          <name>An Example of Rate-Limit Incoming TCP SYNs (Message Body).</name>
          <sourcecode type="json"><![CDATA[
{
  "ietf-access-control-list:acls": {
    "acl": [
      {
        "name": "tcp-flags-example-with-rate-limit",
        "aces": {
          "ace": [
            {
              "name": "rate-limit-syn",
              "matches": {
                "tcp": {
                  "ietf-acl-enh:flags-bitmask": {
                    "operator": "match",
                    "bitmask": 2
                  }
                }
              },
              "actions": {
                "forwarding": "accept",
                "ietf-acl-enh:rate-limit": "20.00"
              }
            }
          ]
        }
      }
    ]
  }
}
]]></sourcecode>
        </figure>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Many thanks to Jon Shallow and Miguel Cros for the review and comments to the document, including prior to publishing the document.</t>
      <t>Thanks to Qiufang Ma, Victor Lopez, Joe Clarke, and Mahesh Jethanandani for the comments and suggestions.</t>
      <t>Thanks to Lou Berger for Shepherding the document.</t>
      <t>Thanks to David Black for the tsvart review, Tim Wicinski for the intdir review, Per Andersson for the yangdoctors review, Russ Housley
for genart review, and Linda Dunbar and Sean Turner for the secdir reviews.</t>
      <t>The IANA-maintained modules were generated using an XSLT stylesheet from the 'iana-yang' project <xref target="YANG-XSLT"/>).</t>
      <t>This work is partially supported by the European Commission under   Horizon 2020 Secured autonomic traffic management for a Tera of SDN
flows (Teraflow) project (grant agreement number 101015857).</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
TfNUFKYPVTvtuTO2TVNhe4s24O1zsV+yYf+ts2HxAo8sH3ZnVbmwvT9dLuz8
ZFhaWY/MgsW2j0x/VU0v+cBle/1/T9Jq70vSatWD1Sat9r4krS4pef6kSau9
L0mrYl7SqpKTK8tWrVrt1dmqPPL/9jzV6kTV8k8OsRWmrlaurhJBgCeA2jmO
6Nr0/niJsjxa+fPPkyC70D63ago0SpHtZSmyu52tvc7O89oU2d6qU2R781Jk
e19SZFeaIgus899U3uG/Fe9b2bLLJMrufkmU/ZIo+yVRtpQoq5HtccrsXe+x
SbM5t7wqbVbJ6X/3tNkcnnrU8pulUmd7S6bONsxbXRwmr8lb7TYKde/t1SR8
XlId++swfOGNS0A1yTujMvjQXkAHT4Rlbkpes8Qzk5H3ZLIsyMlbnH9WSsl7
IkjzNiO2d5olmOpNiJWAUpmItLM4xTTbdXgiGOepj3cpxckZFjQHQf9TKqMK
mHYXb5iZroTuS1BnjSDceba91RBCQBvjtWUQF6//ChC5t1XDeBwGFfJpd7Ew
qIAQ+3oifE3yh3cXS4eKBOJm7Pe8V7M92iThent3saCoSrl+ImgXEizfQbiI
aouT+nVHq6Sb7nMR5XrNoVsl7XQSmja/yoA9WzylOpFNdbISTnsj+ZI1tE7L
QC1WAIrPrG6arcznB3v1+QEX4GxZib51EnixVqAsAOzNTkteQgjv9XZqBEgF
mG/I9o8rJrdBckU1pLrLpwJLGZ5Sc/axFw9DeDKz118tZzZJtuD+zSIUZoTc
El+KcXe3d2rz5quxya3XenQWq5w56OTFy2rwUfGyncZ6vUE2ho7B7Yinafjd
53Ua9FU4kYfgCesDVYZGyhqsn4DFygv7FtS5OUqVTYE2V5chfm/nWU3uyxw0
wJasR2KxlluABBq6q0GBMyAvKRA5XzfvLdZ+Kp2Se1teQTeDcoGS3lusC/Ng
Lq+p6+E8wp50AO7STW6bCcnFmjLXscCenyAcD57VaPUS+A2l4mJdWgH/E6Rh
LQKryA/c3m+ocFecINhMTddmCBpR3cgJ2F/Gu3u8O7DzvOasYwHa+ZJnfxlH
79FeVVNYr+n2yTpQF2vXEqhWh0+E9OU5nnA413xZhm6x9uQu9HKMGwG0v9+r
yRh+c3mmYse1wmO/wTnuy7NiCLqZnN7fr7Npzy4AyzNMkgmjt1T/sx7AxXqP
uxOqP8EdLgfqs7qQ0nGqitwqO6D+tOdixWf6MkbFMtG33rM6tVeEkS6p125I
GdDF6q4MqN3lE6E9b8CUizXa+SOZ8tmz3Rrl1STHe7vXoLxFVZJ3I9iekuW9
3VusUirSvB8L1+fJ8+79afO8e0/I8+6tOM+7Irtr9Xne9VWZm6R9L7iVYU6W
SelihCckhP/Fzgj/C9FnmZRwq0WTnHD782ZJ4XaLhlnh3CSfFo7PlskLp++b
JYbTp/WZ4X9x6IMGueFSM0OHby/HxHDGZV7O6l8UT9ckaP7FCDLNNrkxsmVn
+rEyOM2zugTRrPflssftdvn08ezNE0opW51YP0vVUn5MF9Vt2m9jyRe9F+72
oSQe2r8eq/LL1R0sV385m0edbDpnFnNpgNak1GXZ2gAuq+Xstgvz2fPCkXnV
7oB1oAVxGdsm+FvJ7ktiv7yarZ7cxvnuy+Ba+vvjyo+PIzpKefHzZ6jQafPM
+HmEfdpQ+RlvKH/rCPloHn/yGp9rbOUWqt2U8as2w8r2l91Sm2J0bZsSDTp6
JXibTplnj18TVm7wfAXN+feqi/oEfDNqZQa+BadK1s7NdrPC0VXyo5Sen/9o
mfz8GoW3uJ50A7jsRP08n1Omfu5RluLeHJf/LsPQODe/BFIVACbJPuMuK++9
fvKtxPcqMjUoEd1k1jcNi+dz4CsY/Qlp8E/2Vxbmxefu2lGZ8QednYPKzPjc
x+RjPjk3Pn/XDzbPZcfnXn/Jj19FfnwVTylo6JqYLzny//tz5P+XJqwbW/5n
K0H9senpjZLTUVSqYNu/Z3J6XWr6IxPT59vbdpyyNk8dJ+xVOO0MZh345/W0
cjehwV4tyrmsH8EdNQo772zNyQAFDmeZCWuaxiiC1iDTRvWjFToGKrCrRcBx
oR4EzzZQ+On+1kFNDP9l5I5xshdA3WCPUHW0LNjzaXoSDN1pnLKAA/GYosq9
dGd+6JZz7xvs0ef6E7pDoXpstNG6u1WzKYcmASo01iKKDCUYF2+I5PtR9GwI
2uKq5Mzpcd1MN9hKsk94qN5WNNvnKjWihnZNMoF1F0uQbV4qV5yckpECTKe1
RxmqxfuCVDZS92QUUaOdwb2tmp3Bq1tv0quHqkGGKPWwFDT7+6WK7Kvbc9OD
PSoUqRv/GbfiatXe8jtz8zXokzfqqigrbNI2CBzlokW67fyo0dxNPX206cpc
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
SLQBAA==

-->

</rfc>
