X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflow-protocol-api%2Fsrc%2Fmain%2Fyang%2Fopenflow-instruction.yang;h=da945f8feee5d4ed9d8c8fc91960c904a4eda4ca;hb=6be98a78909fc981038293e508a9fc5831a52cbc;hp=cb575a80edd8c114684aa0e3ae00a43eb26c94e3;hpb=95c32ac346edd96956b011ca4ad6fa365638a5df;p=openflowjava.git diff --git a/openflow-protocol-api/src/main/yang/openflow-instruction.yang b/openflow-protocol-api/src/main/yang/openflow-instruction.yang index cb575a80..da945f8f 100644 --- a/openflow-protocol-api/src/main/yang/openflow-instruction.yang +++ b/openflow-protocol-api/src/main/yang/openflow-instruction.yang @@ -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;