openconfig-platform-port

This module defines data related to PORT components in the openconfig-platform model

  • Version: 2020-05-06

    openconfig-platform-port@2020-05-06


    
      module openconfig-platform-port {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/platform/port";
    
        prefix oc-port;
    
        import openconfig-platform {
          prefix oc-platform;
        }
        import openconfig-interfaces {
          prefix oc-if;
        }
        import openconfig-if-ethernet {
          prefix oc-eth;
        }
        import openconfig-extensions {
          prefix oc-ext;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
        www.openconfig.net";
    
        description
          "This module defines data related to PORT components in the
        openconfig-platform model";
    
        revision "2020-05-06" {
          description
            "Ensure that when statements in read-write contexts
          reference only read-write leaves.";
          reference
            "0.3.3";
    
        }
    
        revision "2018-11-21" {
          description
            "Add OpenConfig module metadata extensions.";
          reference
            "0.3.2";
    
        }
    
        revision "2018-11-07" {
          description
            "Fixed error in when statement path";
          reference
            "0.3.1";
    
        }
    
        revision "2018-01-20" {
          description
            "Added augmentation for interface-to-port reference";
          reference
            "0.3.0";
    
        }
    
        revision "2017-11-17" {
          description
            "Corrected augmentation path for port data";
          reference
            "0.2.0";
    
        }
    
        revision "2016-10-24" {
          description "Initial revision";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.3.3";
        oc-ext:regexp-posix;
        oc-ext:catalog-organization "openconfig";
        oc-ext:origin "openconfig";
      }  // module openconfig-platform-port
    

© 2023 YumaWorks, Inc. All rights reserved.