example-dhcpv6-server-conf

This YANG module defines components for the configuration and management of vendor-/implementation-specific DHCPv6 server functi...

  • Version: 2022-06-20

    example-dhcpv6-server-conf@2022-06-20


    
      module example-dhcpv6-server-conf {
    
        yang-version 1.1;
    
        namespace
          "https://example.com/ns/"
            + "example-dhcpv6-server-conf";
    
        prefix dhc6-srv-conf;
    
        import ietf-inet-types {
          prefix inet;
        }
        import ietf-interfaces {
          prefix if;
        }
        import ietf-dhcpv6-server {
          prefix dhc6-srv;
        }
    
        organization
          "IETF Dynamic Host Configuration (DHC) Working Group";
    
        contact
          "WG Web:   <https://datatracker.ietf.org/wg/dhc/>
         WG List:  <mailto:dhcwg@ietf.org>
         Author:   Yong Cui <yong@csnet1.cs.tsinghua.edu.cn>
         Author:   Linhui Sun <lh.sunlinh@gmail.com>
         Editor:   Ian Farrer <ian.farrer@telekom.de>
         Author:   Sladjana Zeichlin <sladjana.zechlin@telekom.de>
         Author:   Zihao He <hezihao9512@gmail.com>
         Author:   Michal Nowikowski <godfryd@isc.org>";
    
        description
          "This YANG module defines components for the configuration and
         management of vendor-/implementation-specific DHCPv6 server
         functionality.  As this functionality varies greatly between
         different implementations, the module is provided as an example
         only.
    
         Copyright (c) 2022 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 9243
         (https://www.rfc-editor.org/info/rfc9243); see the RFC itself
         for full legal notices.";
    
        revision "2022-06-20" {
          description "Initial revision.";
          reference
            "RFC 9243: A YANG Data Model for DHCPv6 Configuration";
    
        }
    
      }  // module example-dhcpv6-server-conf
    

© 2023 YumaWorks, Inc. All rights reserved.