openconfig-packet-match

This module defines data related to packet header fields used in matching operations, for example in ACLs. When a field is omit...

  • Version: 2017-12-15

    openconfig-packet-match@2017-12-15


    
      module openconfig-packet-match {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/header-fields";
    
        prefix oc-pkt-match;
    
        import openconfig-inet-types {
          prefix oc-inet;
        }
        import openconfig-yang-types {
          prefix oc-yang;
        }
        import openconfig-packet-match-types {
          prefix oc-pkt-match-types;
        }
        import openconfig-extensions {
          prefix oc-ext;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
    www.openconfig.net";
    
        description
          "This module defines data related to packet header fields
    used in matching operations, for example in ACLs.  When a
    field is omitted from a match expression, the effect is a
    wildcard ('any') for that field.";
    
        revision "2017-12-15" {
          description
            "Add MPLS packet field matches";
          reference
            "1.1.0";
    
        }
    
        revision "2017-05-26" {
          description
            "Separated IP matches into AFs";
          reference
            "1.0.0";
    
        }
    
        revision "2016-08-08" {
          description
            "OpenConfig public release";
          reference
            "0.2.0";
    
        }
    
        revision "2016-04-27" {
          description "Initial revision";
          reference
            "TBD";
    
        }
    
        oc-ext:openconfig-version "1.1.0";
      }  // module openconfig-packet-match
    

© 2023 YumaWorks, Inc. All rights reserved.