Openflowyang - added StripVlan, nwTos changes 71/3671/3
authorGaurav Bhagwani <gaurav.bhagwani@ericsson.com>
Thu, 12 Dec 2013 17:48:04 +0000 (23:18 +0530)
committerGaurav Bhagwani <gaurav.bhagwani@ericsson.com>
Thu, 12 Dec 2013 17:48:04 +0000 (23:18 +0530)
Signed-off-by: Gaurav Bhagwani <gaurav.bhagwani@ericsson.com>
Change-Id: Id459209edd3674415a01341cbbc5f0d6a10a583a

opendaylight/md-sal/model/model-flow-base/src/main/yang/opendaylight-action-types.yang

index 81303d68672464c6a203f0ea0c56714565499678..43754a1dfdad4e7d8354d43005ed52661e47c202 100644 (file)
@@ -332,7 +332,11 @@ module opendaylight-action-types {
                  }            
              }
             }
-             
+
+           case strip-vlan-action-case {
+                container strip-vlan-action {
+                }
+             }
 
             case sw-path-action-case {            
                 container sw-path-action {
@@ -340,4 +344,4 @@ module opendaylight-action-types {
              }  
          }
      }
-}
\ No newline at end of file
+}