ietf-voucher

This module defines the format for a voucher, which is produced by a pledge's manufacturer or delegate (MASA) to securely assign...

  • Version: 2018-05-09

    ietf-voucher@2018-05-09


    
      module ietf-voucher {
    
        yang-version 1.1;
    
        namespace
          "urn:ietf:params:xml:ns:yang:ietf-voucher";
    
        prefix vch;
    
        import ietf-yang-types {
          prefix yang;
          reference
            "RFC 6991: Common YANG Data Types";
    
    
        }
        import ietf-restconf {
          prefix rc;
          description
            "This import statement is only present to access
    the yang-data extension defined in RFC 8040.";
          reference
            "RFC 8040: RESTCONF Protocol";
    
    
        }
    
        organization "IETF ANIMA Working Group";
    
        contact
          "WG Web:   <https://datatracker.ietf.org/wg/anima/>
         WG List:  <mailto:anima@ietf.org>
         Author:   Kent Watsen
                   <mailto:kwatsen@juniper.net>
         Author:   Max Pritikin
                   <mailto:pritikin@cisco.com>
         Author:   Michael Richardson
                   <mailto:mcr+ietf@sandelman.ca>
         Author:   Toerless Eckert
                   <mailto:tte+ietf@cs.fau.de>";
    
        description
          "This module defines the format for a voucher, which is produced by
         a pledge's manufacturer or delegate (MASA) to securely assign a
         pledge to an 'owner', so that the pledge may establish a secure
         connection to the owner's network infrastructure.
    
         The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL
         NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'NOT RECOMMENDED',
         'MAY', and 'OPTIONAL' in this document are to be interpreted as
         described in BCP 14 (RFC 2119) (RFC 8174) when, and only when, they
         appear in all capitals, as shown here.
    
         Copyright (c) 2018 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 Simplified 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 8366; see the RFC
         itself for full legal notices.";
    
        revision "2018-05-09" {
          description "Initial version";
          reference
            "RFC 8366: Voucher Profile for Bootstrapping Protocols";
    
        }
    
        rc:yang-data "voucher-artifact";
      }  // module ietf-voucher
    

© 2023 YumaWorks, Inc. All rights reserved.