Hi,

I do not think this is a bug.
The uses-stmt has no node name, just a grouping name,
which may have a prefix.

In the example above 'ethernet' and 'optical' are forced to
be local names and be unique local names.


Andy


On Tue, Feb 2, 2016 at 9:39 AM, Kent Watsen <[email protected]> wrote:

>
> In a model where the choice shorthand notation is being used, it is
> necessary to use longhand notation if wanting a case statement to be
> defined by the ‘uses’ statement.   That is, 6020bis allows ‘uses’ as a
> sub-statement to the ‘case’ statement, but not to the ‘choice’ statement.
> As an example, this choice statement:
>
>      choice interface-type {
>        case ethernet {
>          uses ethernet;
>        }
>        case optical {
>          uses optical;
>        }
>      }
>
> Cannot use shorthand notation:
>
>      choice interface-type {
>        uses ethernet;
>        uses optical;
>      }
>
>
> This seems like a bug to me.   Is it too late to fix in 6020bis as an
> issue raised by WGLC?
>
> Kent  // as a contributor
>
>
>
> _______________________________________________
> netmod mailing list
> [email protected]
> https://www.ietf.org/mailman/listinfo/netmod
>
>
_______________________________________________
netmod mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/netmod

Reply via email to