openconfig-hashing

Model for managing hashing policies that would be referenced by the interfaces model.

  • Version: 2023-08-08

    openconfig-hashing@2023-08-08


    
      module openconfig-hashing {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/hashing";
    
        prefix oc-hashing;
    
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-system {
          prefix oc-sys;
        }
        import openconfig-interfaces {
          prefix oc-intf;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
            netopenconfig@googlegroups.com";
    
        description
          "Model for managing hashing policies that would be referenced by the
            interfaces model.";
    
        revision "2023-08-08" {
          description "Initial hashing model.";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.1.0";
        oc-ext:catalog-organization "openconfig";
        oc-ext:origin "openconfig";
      }  // module openconfig-hashing
    

© 2023 YumaWorks, Inc. All rights reserved.