X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflow-protocol-api%2Fsrc%2Fmain%2Fyang%2Fopenflow-protocol.yang;h=d9afe212e0e8b0667928c838ccd4c8f9061c7a7a;hb=d97676f22d78da6654f00969f628e33275ad9a61;hp=d0e087b3c2e22d0d6e11007080306aef79e72d3f;hpb=b90d456133b70302a9b048c8f7e372b48ca1f093;p=openflowjava.git diff --git a/openflow-protocol-api/src/main/yang/openflow-protocol.yang b/openflow-protocol-api/src/main/yang/openflow-protocol.yang index d0e087b3..d9afe212 100644 --- a/openflow-protocol-api/src/main/yang/openflow-protocol.yang +++ b/openflow-protocol-api/src/main/yang/openflow-protocol.yang @@ -417,7 +417,7 @@ module openflow-protocol { type uint32; } - list buckets { + list buckets-list { uses bucket; } } @@ -793,7 +793,7 @@ module openflow-protocol { leaf group-id { type uint32; } - list buckets { + list buckets-list { uses bucket; } } @@ -909,6 +909,9 @@ module openflow-protocol { leaf exp-type { type uint32; } + leaf data { + type binary; + } } } }