openconfig-network-instance-policy

This module defines routing policy statements (conditions and actions) for the network instance model. These statements are gen...

  • Version: 2018-11-21

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


    
      module openconfig-network-instance-policy {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/network-instance/policy";
    
        prefix oc-ni-pol;
    
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-routing-policy {
          prefix oc-rpol;
        }
        import openconfig-policy-types {
          prefix oc-pol-types;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
        www.openconfig.net";
    
        description
          "This module defines routing policy statements (conditions and
        actions) for the network instance model.  These statements are
        generally added to the routing policy model.";
    
        revision "2018-11-21" {
          description
            "Add OpenConfig module metadata extensions.";
          reference
            "0.1.1";
    
        }
    
        revision "2017-02-15" {
          description "Initial revision";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.1.1";
        oc-ext:regexp-posix;
        oc-ext:catalog-organization "openconfig";
        oc-ext:origin "openconfig";
      }  // module openconfig-network-instance-policy
    

© 2023 YumaWorks, Inc. All rights reserved.