Unit Test for md-sal netconf northbound mapping.
[controller.git] / opendaylight / md-sal / model / model-flow-base / src / main / yang / opendaylight-flow-types.yang
index 0d8a0b6f549c1d9583d54386d045cb9bd4b83468..5c97e1444f6e56d4fba0652e501513ff5f58ef98 100644 (file)
@@ -58,9 +58,7 @@ module opendaylight-flow-types {
     grouping instruction-list {
         list instruction {
             key "order";
-            leaf order {
-                type int32;
-            }
+            uses action:ordered;
             uses instruction;
         }
     }