<?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.21 (Ruby 3.3.6) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-netmod-acl-extensions-12" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.24.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-12"/>
    <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="2024" month="November" day="27"/>
    <area>Operations and Management</area>
    <workgroup>netmod</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 85?>

<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.</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 93?>

<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 describes these limitations and specifies an enhanced ACL
structure (<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 (<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 Access Control List (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 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"/>. 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>Refers to reusable description of one or multiple information elements (e.g., IP address, IP prefix, 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)?
    |  +--:(prefix-pattern)
    |     +--rw prefix-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
    +-- offset-end?   uint64
    +-- operator?     operator
    +-- prefix?       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. Each 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>New 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"/>). Sets of aliases can be defined and referred to in ACL match criteria.</t>
          </dd>
        </dl>
      </section>
      <section anchor="ipv6-extension-headers">
        <name>IPv6 Extension Headers</name>
        <t>The 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 structure (<xref target="enh-acl-tree"/>) 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 structure (<xref target="enh-acl-tree"/>) 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.</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 structure (<xref target="enh-acl-tree"/>) allows 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"/>.
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. 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-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) 2024 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).";
  }

  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 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 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 offset-type;
      }
      description
        "Indicates the payload offset. This will indicate
         the position of the data in packet to use for
         the match.";
    }
    leaf offset-end {
      type uint64;
      units "bytes";
      description
        "Indicates the number of bytes, starting from the offset to
         cover when performing the prefix match.";
    }
    leaf operator {
      type operator;
      default "match";
      description
        "How to interpret the prefix match.";
    }
    leaf prefix {
      type binary;
      description
        "The binary pattern to match against.";
    }
  }

  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;
    }
  }

  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 prefix-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 the "ietf-acl-enh" YANG module that are writable/creatable/deletable (i.e., config true, which is the default). These data nodes may be considered sensitive or vulnerable in some network environments. Write operations (e.g., edit-config) to these data nodes without proper protection can have a negative effect on network operations. These are the subtrees and data nodes and their sensitivity/vulnerability:</t>
      <dl>
        <dt>'defined-sets':</dt>
        <dd>
          <t>These lists specify a set of sets and aliases. Similar to <xref target="RFC8519"/>, unauthorized write access to these
   list 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>
      </dl>
      <t>Some of the readable data nodes in the "ietf-acl-enh" 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. These are the subtrees and data nodes and their sensitivity/vulnerability:</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.</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.</t>
      <t>The YANG modules "iana-icmpv4-types", "iana-icmpv6-types", and "iana-ipv6-ext-types defines" 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 or reserved 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 updated 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-ICMPv4"/>.</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 or reserved 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 updated 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-ICMPv6"/>.</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 updated 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="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="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="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="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="13" month="November" year="2024"/>
            <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-21"/>
        </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="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 1965?>

<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="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-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 \
ICMPmessagesutilizedbyexperimentalmobilityprotocolssuchasSeamoby {
        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="translate(\
                    normalize-space(iana:name),' ','')"/>
          </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 \
ICMPmessagesutilizedbyexperimentalmobilityprotocolssuchasSeamoby {
        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 &amp; 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 current version of the ACL model 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 could 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="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="acknowledgements">
      <name>Acknowledgements</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 TSV review and Tim Wicinski for the intdir review.</t>
      <t>The IANA-maintained modules were generated using an XSLT stylesheet from the 'iana-yang' project (https://github.com/llhotka/iana-yang).</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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
mDiFmSxejAv691Ri+hGpPmBazoFiFsS9ONUbJinBO7NZHMGYt5iqyJ3SNke2
R0OA2b7WanFrA/cmTnBj18ovw32cg0AUHmeZCS5nBlJumPkEk+EOVPYp5ZEO
OUPW40xoT+/AZtmgHBMQvE2mXX3MHqMtcdz9Cky6OGG3xjm8epuYCHpv0gB0
jppyJwHiHqHWr0bNPK5Gq/+nRusCrXSDD++H1UyRtVem81FSlTud4Cm5WZiY
FW8SQNX229XhBfHe26OLtZ4zIObK9aeY0soKtl9jejHpySIcvLsMbU2SGeKk
gbDwsh5V4qbf8z5NT9CSMk81dNmSkh7lNPPK4qwTherWszVKVuQFpx4y3g5t
L9rco/6uZB1Ok+A91c1n+yoDUKU08OPd3d0dzFtCI39d5U/SbE9Ly58O4xF2
65QOHQaUpEh5wOAJEB1ZDMQm4ZcVH87XubxrnaxWDMhYu8CYcqd1JhGABLG9
8UywgksxVOyOoNy6kRemsciCDtaurtnJVXNV3tP95fTgHDO+rCNBdFzgUsla
pQz0JJuM3kClnkWcJeWxyOUFDNYxZku6nPJVmQ2iFIPayFWd04LJ5D4ljpKI
j+TvqRdJk2xu8u6r8/70Vvv25ibl6anUZtebrlPmZd1s8WRVdalmr+pgXKeQ
ZVCcUtz3PsS8VPc6Fq+Abj6aOI1qsaw9Mk3J8Bs9KVZyUe4VFj24QyxucCxJ
g9M32O2lypnb6W3h5CKV9rf3d2jGD3SuWNaikP6rZGMHP1BJPYRWByboGnO6
70HBErXoq8UOB2d98OkOzkLMziBTnsWh72WKX6XuimGY3JTogAzKz1ZymRcZ
D7HFKnTGDEkazhZTb7QqQEmFHAhrn+fzpYoBLmM+cTZ96U5isZLbnFMY5DaZ
KmZXv4qbiVPV9UcizoWK9A1dXM0vdeK041yGU6l1YZQpQ057ke+9OLF9upxy
hGWJOoISoNIhpx+rE005gUMLmLLFs27wKEKEJl86UxbBin65oth1xd9ZoYE2
YJRCl+soWI3M19+ocOY66zJbIqPik+GE0qdxbifS5SNiyqJcKaZtwMhFAZIl
RKsEUks+Fk4n4R8/vz051LnwmyjyECpKnUyDQPo5qvIcnRGKAO3ZxellXiK3
SzrPy2s6KqMPBJH8ts9G0RiKa+hIHbv5PH/0UsnYUq7UziZl9nNuKD7Y2+3j
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
3TVq5Uqam2atQj8W4S1TgT6wJFpGKavKrOVWWadno1RaL2q3YXAYGw5TbCvD
tMLutizMhUHE/bOVnvj+O9HrbWRoruSjFjKKwqir7m20X6hFZw2uAJ+qjblr
qnTBt/XmGyLHyN+xnIM+tpERuTQLubBPHfneIhSLkq9iPShPfHEdb07osxjn
K7SzDhVWFsy5JN4+uXCqesvWM/rr7dFFlYxkSLFWcdW6tQoWzwH45c9H5/r4
z71WFgx2/bBp5FWNCo/njPb2zUmrwYpSuaqaZ5OQPgx9X4VJssJnKtFbtbbq
IBoAdZ4M6tV0ZvIJCtvGdZGCxvrNcwiDJ8YzL1cd3BX6mtQWVuGzfTAKT1DN
4ul+HVM64w5MbKlS245yoeH2rE6l5tJhLpjyUQDMF45+jFnwNhiGWLeIjH5f
BtfJzboOlSSkA27RZDBHSvJ+galFx9Uu8SDcsvCdz/X9J3F9/xNyfUVt8I/N
9ViusAWVxSoTo+okmeC8Et2FafKLOm7Xh8a1TZUxOKp3GJ+yuFpy2p+fCH/C
BUw1OnLlGIEDVzTNXoTj+xWrA09vgP57T0fJ2amrtt9eyuSaUyJlPoVSWHUX
s/Ilc3ciTRvOJ8UjzwCvX0qZNSyms2LLpm/dDqPOvKaN42JSrcXBtVAqy5fd
5IkFnMo5VR54bgvxoQS0N7bBIte9Qwm0ctxFXx8LueOp3VWyzhnKddHJTf1/
ic5KholKGl5Z6+QRrt9gPHenJjaPaFBhFZ0ySyAxKWOsI6a7r7PNq8J0zRQM
rOHz6cK1xnrGVPmCN49krOokZTNPVanQCzJYRR7zI3gsD2dbPmOjvSrFej7L
2XA3sZ3d+6Kcl+1bMXZhRBV6dbUodbs0wlkQeCs2dFSTaSUHx3JY9NSUq465
spYGjs5I2snmcT4aJzToRi1ldTI9KvZbzd4lO7CQxNgknemMcLFGRE1VdAOq
qeTNFR3dKCsN72aVBVxdnM6YhFnwqJsLAlMUx87FqVuOp1Zahk5etkqiF9dh
kXUXm0dbylm14/HGG5VATpawG5stg8JsWslCNybbW00pZkAUZUde2Nt3DT8a
B+ueAPub5pVfjO/lI3yGtxZYCjk2KpRuJ4Lk6NZEnDqG7y+P4fsV/G3g+8Ln
f0o+PxCJfE+VXgtXdFtI4bQ8ifH7j2L8fiPjL87sJlf5CVzOtfWYu0dWmDV/
xwextWenf5gw/NPY2lzyYEH4EXlaj/YpOFpTyAad6OONOy3gvrCvpHD9EOab
Sh7RBp7ecQPO5qkrQF3cEVaUzHsMdZRssrqsOrLa6q+4kqPOelIZpUWqNA2Y
ZZbG5J2a4G8uVB8pf1ylEroFa49r3DcBafsF1Vdh5QFuADm3I+sSy+h1VhiS
Amhxq4u4cu0eKojbKCfsRP+nyApT5t3ICzsaOF9eWHA8RWbYF6h8GrlhEK8T
Hrlp1YLkaeqwbkdJxwKDgpqsjBHW493Cf/zFzryrOLMxj++KxyyeYoxlhyce
y31PY7rC6Y1Pw3fFQevVVo7/nsR5VMcrm7iS9sKHbfTXSXaHStUk5kQhicGq
nbr2bNZfHpv1PzObfQ4m638mJut/HCbrNzJZ/xFMpm9mauCtn6JZSnlWxFJK
7+fr1inUc6lCj+CSYqdL4YliPLWYRWRmjwhJb5t2COwjWU1Uu+C0SvRr9Y2D
bsKlQGVsPCT2qwsRgjgBG4vv4ylvGdSFvupo2yb8pfKULLI9Mv6lubEAY34D
LIdLZVTj8bg0RjbaxTYyHPptcCg5q48Evs5hneuyamtbw1ELaJW1/Fhgmy3m
ZnWiAbbhqeWQGlPrsRwy19xqBXoRqkboKzT4U6Bv1OLtoe/Ph76gGmoTTMNZ
15e30rp3leEuCfNMwMoqEatuGbLOwXaaBOwsL2ArRGWVqK7Nm3y8uK4U2Apb
G4RWKOtf1L9SP5DWRpM67TtQJx8bqXQwHmdlYDi7wMoIMKUzDfFUJCNfybPx
bAdgaV3i5GYXFFCysX1A1hJFJFZ1PrKl2r1JVxe/7RRLFrcznOyccTzaRQX0
eD/QxljdLFcOKKnQhXUqoNKOMqQq2DztCVVp63QzO6q0LcnpGvpA+ULEwKuP
8PIbLAZZHrgSL7vk8Dy0cpe0qbrDhSvmioY2XwJbxRx0sohfz+UM/LZV0FFf
X2S4gq8itMrGVdRMthii6Sxik53dYoFXLGx4bC9w+t3ffuw6xwulKI0eU324
xjVnslXJzIq63TW0t76cZ99njKgKNKl7JzVkJYufbrqqTi5obfcfB4kpe6mu
zlIriG6oK1auUjhnZyNUYBZvhFK5BtwJShI3Ka0es3CILkXQa0NROC+Zxuez
LKoCeWTi4Tl+pPP1hUMChnCcL54/bGERr+KQfZbv/i3lu3PaOvawUuyiMeed
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
OhP39BywPMU0lzB6S9U56wGcrwa5O6H6E9zhYqA+q4swHaWqBK0yC+qPb87X
g6YvY2MsEozrP6vTgkUY6bpt7ZWUAZ2v/cqA2l0+EdqzFkw5X8GdPZIpnz3b
qdFlbbK0t/ot6lVUpWm3gu0pedpb/fkqpSJR+7FwfZ5M7f6fNlO7/4RM7f6S
M7Ur8rOWn6ldXzK5TXniObcmNCSdlC4ueEJK91/snO6/EH0WSeq2WrTJ6rY/
b5fWbbdomdfNTfKJ3fhskcxu+r5dajd9Wp/b/ReHPmiR3S01M3T5Pm5M7WZc
mrJO/6J4uibF8i9GkGm2yY2RLTvTj5WDaZ7VpXhmvS+W/223yyeAZ2+eUOfY
6sT6WajQ8WO6qG6z8jaWfHV55peZjJuEtrOvVW3k6g4WK46czaNOF22YxVxW
oDUpdXmyNoCLajm77dyM9LxwZF61O2AdaEFcxrYN/la6+oLYL65mqye3dcb6
IriW/v648uPjiI5SZnvzDBU6bZ/b3kTYpw2Vn/GW8reOkI/m8Sev8UZjK7dQ
7aaMX7UZVra/7JbaFKPb05Ro0NErwbt2yjx7/JqwUoWbFTRn0Ksu6lPozaiV
OfQWnCp3Ozfb7ao6V8mPUoJ9/qNFMuxrFN78Ys8t4LLT2/N8Trn2uUdZxnt7
XP5RhqEy1b6m3HMepCoATM59xl1WGnz95Ft58FVkalHzuc2sbxgWz6fEVzD6
47Lil+OvzE2Tz92EoxLl97vb+5WJ8rmPycd8cqp8/iYebJ5Lls+9/pIuv4x0
+SqeUtDQHS5fUub/96fM/y/NXze2/C9Wvvpjs9Vb5aqjqFTBtn/PXPW6TPVH
5qk329t2nLI2bR0n7FU46w7vu/DP61nlbkKLvVqUc1k/gjtqFXbe3mxICAUO
Z5kJa5rGKILWIvFG9aMVOgYqsKt5wHHlHQTPNlD46d7mfk0M/2XkXuNkz4G6
xR6h6mhRsJtpehyM3FmcsoAD8Ziiyr1w7/3QLafit9ijz/UndIdC9dhqo3Vn
s2ZTDk0CVGisRRQZSjDO3xDJ96Po2RK0+WXGmdPjuplusZVkH/hQvS1pts9U
akQN7dokBusuFiBbU2ZXnJyQkQJMp7VHGar5+4JUB1L3ZBRRq53B3c2ancHL
G2/ar4eqRcIo9bAQNHt7pRLry9tz04M9KhSpG/8Zt+Jq1d7iO3PNGvTJG3VV
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
pQEA

-->

</rfc>
