ietf-template

This module defines a template for other YANG modules. Copyright (c) <insert year> IETF Trust and the persons identified as aut...

  • Version: 2016-03-20

    ietf-template@2016-03-20


    
      module ietf-template {
    
        yang-version 1.1;
    
        namespace
          "urn:ietf:params:xml:ns:yang:ietf-template";
    
        prefix temp;
    
        organization
          "IETF NETMOD (NETCONF Data Modeling Language) Working Group";
    
        contact
          "WG Web:   <http://datatracker.ietf.org/wg/your-wg-name/>
         WG List:  <mailto:your-wg-name@ietf.org>
    
         Editor:   your-name
                   <mailto:your-email@example.com>";
    
        description
          "This module defines a template for other YANG modules.
    
         Copyright (c) <insert year> 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
         (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 "2016-03-20" {
          description
            "what changed in this revision";
          reference
            "RFC XXXX: <Replace With Document Title>";
    
        }
    
      }  // module ietf-template
    

© 2023 YumaWorks, Inc. All rights reserved.