Merge "Added container wrapper against action to support augmentation"
authorEd Warnicke <eaw@cisco.com>
Tue, 17 Jun 2014 11:22:17 +0000 (11:22 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 17 Jun 2014 11:22:17 +0000 (11:22 +0000)
opendaylight/md-sal/model/model-flow-base/src/main/yang/opendaylight-action-types.yang

index 3cc490f01774ae710aa94c93f4b8223099b989f2..fdc8d02e176d52201ea7022a559de2eada25512b 100644 (file)
@@ -30,6 +30,10 @@ module opendaylight-action-types {
         }
     }  
     
+    container action-types {   
+       uses action-list;
+    }
+    
     grouping action-list {
         list action {
             key "order";