openconfig-pim

An OpenConfig model for Protocol Independent Multicast (PIM).

  • Version: 2019-07-09

    openconfig-pim@2019-07-09


    
      module openconfig-pim {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/pim";
    
        prefix oc-pim;
    
        import openconfig-pim-types {
          prefix oc-pim-types;
        }
        import openconfig-interfaces {
          prefix oc-if;
        }
        import openconfig-acl {
          prefix oc-acl;
        }
        import openconfig-types {
          prefix oc-types;
        }
        import openconfig-extensions {
          prefix oc-ext;
        }
        import ietf-inet-types {
          prefix inet;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
        www.openconfig.net";
    
        description
          "An OpenConfig model for Protocol Independent Multicast (PIM).";
    
        revision "2019-07-09" {
          description
            "Reindent to two spaces.
          Ensure that timeticks64 is consistently expressed in nanoseconds.";
          reference
            "0.2.0";
    
        }
    
        revision "2018-11-21" {
          description
            "Add OpenConfig module metadata extensions.";
          reference
            "0.1.1";
    
        }
    
        revision "2018-02-09" {
          description "Initial revision.";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.2.0";
        oc-ext:regexp-posix;
        oc-ext:catalog-organization "openconfig";
        oc-ext:origin "openconfig";
      }  // module openconfig-pim
    

© 2023 YumaWorks, Inc. All rights reserved.