On Fri, Apr 29, 2016 at 01:52:33PM +0200, Ladislav Lhotka wrote:
> Hi,
> 
> if we have
> 
> typedef foo {
>   type enumeration {
>     enum one;
>     enum two;
>   }
> }
> 
> typedef bar {
>   type foo;
> }
> 
> what is the set of values permitted for "bar"? Is it empty or the
> same as for "foo"?

The set is { one, two } - where is the hidden catch??

/js

-- 
Juergen Schoenwaelder           Jacobs University Bremen gGmbH
Phone: +49 421 200 3587         Campus Ring 1 | 28759 Bremen | Germany
Fax:   +49 421 200 3103         <http://www.jacobs-university.de/>

_______________________________________________
netmod mailing list
netmod@ietf.org
https://www.ietf.org/mailman/listinfo/netmod

Reply via email to