Hi all
RFC says:
All assigned names in an enumeration MUST be unique.?
We're wondering here, if something like this is valid YANG snippet:
...
leaf foo {
type enumeration {
enum Foo;
enum foo;
}
}
...
Thanks for help
Martin
_______________________________________________ netmod mailing list [email protected] https://www.ietf.org/mailman/listinfo/netmod
