Added cachedThreadPool in ConnectionAdapter
[openflowjava.git] / openflow-protocol-api / src / main / yang / openflow-protocol.yang
index 7e16905a2ead5b124d782919a1d9e4d5101d3707..d9afe212e0e8b0667928c838ccd4c8f9061c7a7a 100644 (file)
@@ -343,7 +343,7 @@ module openflow-protocol {
                 \r
                 uses ofHeader;\r
                 \r
-                list actions {\r
+                list actions-list {\r
                     uses ofaction:action-header;\r
                     \r
                     leaf data {\r
@@ -417,7 +417,7 @@ module openflow-protocol {
                     type uint32;\r
                 }\r
                 \r
-                list buckets {\r
+                list buckets-list {\r
                     uses bucket;\r
                 }\r
             }\r
@@ -431,8 +431,7 @@ module openflow-protocol {
                 leaf watch-group {\r
                     type uint32;\r
                 }\r
-                \r
-                list actions {\r
+                list actions-list {\r
                     uses ofaction:action-header;\r
                 }\r
             }\r
@@ -794,7 +793,7 @@ module openflow-protocol {
                             leaf group-id {\r
                                 type uint32;\r
                             }\r
-                            list buckets {\r
+                            list buckets-list {\r
                                 uses bucket;\r
                             }\r
                         }\r
@@ -812,7 +811,7 @@ module openflow-protocol {
                         //leaf-list actions {\r
                         //    type ofaction:action-type;\r
                         //}\r
-                        list actions {\r
+                        list actions-list {\r
                             uses ofaction:action-header;\r
                         }\r
                     }\r
@@ -910,6 +909,9 @@ module openflow-protocol {
                         leaf exp-type {\r
                             type uint32;\r
                         }\r
+                        leaf data {\r
+                            type binary;\r
+                        }\r
                     }\r
                 }\r
             } \r