File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,11 +83,11 @@ module ietf-voucher-request {
8383 (BRSKI)" ;
8484 }
8585
86- grouping voucher-request-grouping {
86+ grouping voucher-request {
8787 description
8888 "Grouping to allow reuse/extensions in future work." ;
8989
90- uses vch:voucher-artifact-grouping {
90+ uses vch:voucher-artifact {
9191 refine "last-renewal-date" {
9292 description "A last-renewal-date field
9393 is not valid in a voucher request, and
@@ -257,7 +257,7 @@ module ietf-voucher-request {
257257
258258 // Top-level statement: called "voucher" to match RFC8995
259259 sx:structure voucher {
260- uses voucher-request-grouping ;
260+ uses voucher-request;
261261 }
262262
263263}
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ module ietf-voucher {
7777 "RFC 8366: Voucher Profile for Bootstrapping Protocols" ;
7878 }
7979
80- grouping voucher-artifact-grouping {
80+ grouping voucher-artifact {
8181 description
8282 "Grouping to allow reuse/extensions in future work." ;
8383
@@ -329,7 +329,7 @@ module ietf-voucher {
329329
330330 // Top-level statement
331331 sx:structure voucher {
332- uses voucher-artifact-grouping ;
332+ uses voucher-artifact;
333333 }
334334
335335}
You can’t perform that action at this time.
0 commit comments