added content of grouping in of-protocol
[openflowjava.git] / openflow-protocol-api / src / main / yang / openflow-instruction.yang
index cb575a80edd8c114684aa0e3ae00a43eb26c94e3..da945f8feee5d4ed9d8c8fc91960c904a4eda4ca 100644 (file)
@@ -39,13 +39,13 @@ module openflow-instruction {
     */
     // Structures
 
-    grouping goto_table {
+    grouping goto-table {
         description " Setup the next table in the lookup pipeline";
         leaf table {
             type oft:table-id; // 
         }
     }
-    grouping write_metadata {
+    grouping write-metadata {
         description " Setup the metadata field for use later in     pipeline";
         leaf metadata {
             type oft:metadata;