ietf-ipsec-iptfs

This module defines the configuration and operational state for managing the IP Traffic Flow Security functionality (RFC 9348). ...

  • Version: 2023-01-31

    ietf-ipsec-iptfs@2023-01-31


    
      module ietf-ipsec-iptfs {
    
        yang-version 1.1;
    
        namespace
          "urn:ietf:params:xml:ns:yang:ietf-ipsec-iptfs";
    
        prefix iptfs;
    
        import ietf-i2nsf-ike {
          prefix nsfike;
          reference
            "RFC 9061: A YANG Data Model for IPsec Flow Protection Based on
            Software-Defined Networking (SDN), Section 5.2";
    
    
        }
        import ietf-i2nsf-ikeless {
          prefix nsfikels;
          reference
            "RFC 9061: A YANG Data Model for IPsec Flow Protection Based on
            Software-Defined Networking (SDN), Section 5.3";
    
    
        }
        import ietf-yang-types {
          prefix yang;
          reference
            "RFC 6991: Common YANG Data Types";
    
    
        }
    
        organization
          "IETF IPSECME Working Group (IPSECME)";
    
        contact
          "WG Web:  <https://datatracker.ietf.org/wg/ipsecme/>
         WG List: <mailto:ipsecme@ietf.org>
    
         Author: Don Fedyk
                 <mailto:dfedyk@labn.net>
    
         Author: Christian Hopps
                 <mailto:chopps@chopps.org>";
    
        description
          "This module defines the configuration and operational state for
         managing the IP Traffic Flow Security functionality (RFC 9348).
    
         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 is part of RFC 9348; see
         the RFC itself for full legal notices.";
    
        revision "2023-01-31" {
          description "Initial revision";
          reference
            "RFC 9348: A YANG Data Model for IP Traffic Flow Security";
    
        }
    
    
        feature ipsec-stats {
          description
            "This feature indicates the device supports
           per-SA IPsec statistics.";
        }
    
        feature iptfs-stats {
          description
            "This feature indicates the device supports
           per-SA IP Traffic Flow Security statistics.";
        }
      }  // module ietf-ipsec-iptfs
    

© 2023 YumaWorks, Inc. All rights reserved.