Merge "Notifying listeners when a subnet gets added or removed"
authorAlessandro Boch <aboch@cisco.com>
Fri, 13 Dec 2013 07:20:34 +0000 (07:20 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 13 Dec 2013 07:20:34 +0000 (07:20 +0000)
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
+}