openconfig-aft-network-instance

This module provides augmentations that are utilized when building the OpenConfig network instance model to add per-NI AFTs.

  • Version: 2018-11-21

    openconfig-aft-network-instance@2018-11-21


    
      module openconfig-aft-network-instance {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/aft/ni";
    
        prefix oc-aftni;
    
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-network-instance {
          prefix oc-ni;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
         www.openconfig.net";
    
        description
          "This module provides augmentations that are utilized
         when building the OpenConfig network instance model to
         add per-NI AFTs.";
    
        revision "2018-11-21" {
          description
            "Add OpenConfig module metadata extensions.";
          reference
            "0.2.3";
    
        }
    
        revision "2017-08-24" {
          description "Formatting fixes";
          reference
            "0.2.2";
    
        }
    
        revision "2017-01-13" {
          description
            "Updated revision for external review";
          reference
            "0.2.1";
    
        }
    
        oc-ext:openconfig-version "0.2.3";
        oc-ext:regexp-posix;
        oc-ext:catalog-organization "openconfig";
        oc-ext:origin "openconfig";
      }  // module openconfig-aft-network-instance
    

© 2023 YumaWorks, Inc. All rights reserved.