Reverting until appropriate Gerrit for Openflowplugin can be provided. 03/3703/1
authorEd Warnicke <eaw@cisco.com>
Fri, 13 Dec 2013 14:14:12 +0000 (14:14 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 13 Dec 2013 14:14:12 +0000 (14:14 +0000)
Revert "VLAN bug fixes"

This reverts commit 18e3ef9f1d021b9f5fef70e8a5310b399c4c6459.

Change-Id: I7c6df59e301ecd24d4497f516d8f67517804b33d
Signed-off-by: Ed Warnicke <eaw@cisco.com>
opendaylight/md-sal/model/model-flow-base/src/main/yang/match-types.yang

index 1ed1b6827bdc6ace925576b207b7d818d27ac8b5..7dcd254ad7cc751e64d30bf275a8629781f625be 100644 (file)
@@ -9,7 +9,7 @@ module opendaylight-match-types {
     revision "2013-10-26" {
         description "Initial revision of macth types";
     }
-    
+
     grouping "mac-address-filter" {
         leaf address {
             mandatory true;
@@ -61,14 +61,14 @@ module opendaylight-match-types {
         container vlan-id {
             description "VLAN id.";
             presence "Match field is active and set";
-
-            leaf vlan-id-present {
-                type boolean;
-            }
-                        
+            
             leaf vlan-id {
+                mandatory true;
                 type l2t:vlan-id; 
             }
+            leaf mask {
+                type binary;
+            }
         }
         leaf vlan-pcp {
             description "VLAN priority.";