Merge "Fixed deserialization of IdentityRefs in Restconf URI."
[controller.git] / opendaylight / md-sal / model / model-flow-base / src / main / yang / match-types.yang
index 5ba92aba9d2f242be04e05b11e18892872d53c3f..7dcd254ad7cc751e64d30bf275a8629781f625be 100644 (file)
@@ -91,6 +91,11 @@ module opendaylight-match-types {
             description "IP ECN (2 bits in ToS field).";
             type uint8; 
         }
+        
+        leaf ip-proto {                
+           description "IP Proto (IPv4 or IPv6 Protocol Number).";             
+              type inet:ip-version;            
+               }
     } 
     
     grouping "ipv4-match-fields" {