Re: [netmod] Question on when-construction involving identities not detected as an error during module compilation

2018-05-18 Thread Ladislav Lhotka
On Fri, 2018-05-18 at 12:16 +0200, Martin Bjorklund wrote: > Hi, > > "Bogaert, Bart (Nokia - BE/Antwerp)" wrote: > > Hi, > > > > We have a question on YANG module compilation. Assume the following > > model: > > > > module test-feat-compile { > > yang-version 1.1; > > namespace "http://www

Re: [netmod] ?==?utf-8?q? Question on when-construction involving identities not detected as an error during module compilation

2018-05-18 Thread Michal Vaško
Hi, On Friday, May 18, 2018 12:16 CEST, Martin Bjorklund wrote: > Hi, > > "Bogaert, Bart (Nokia - BE/Antwerp)" wrote: > > Hi, > > > > We have a question on YANG module compilation. Assume the following > > model: > > > > module test-feat-compile { > > yang-version 1.1; > > namespace "

Re: [netmod] Question on when-construction involving identities not detected as an error during module compilation

2018-05-18 Thread Martin Bjorklund
Hi, "Bogaert, Bart (Nokia - BE/Antwerp)" wrote: > Hi, > > We have a question on YANG module compilation. Assume the following > model: > > module test-feat-compile { > yang-version 1.1; > namespace "http://www.example.com/test-feat-compile";; > prefix "tfc"; > > identity failure-reaso

[netmod] Question on when-construction involving identities not detected as an error during module compilation

2018-05-18 Thread Bogaert, Bart (Nokia - BE/Antwerp)
Hi, We have a question on YANG module compilation. Assume the following model: module test-feat-compile { yang-version 1.1; namespace "http://www.example.com/test-feat-compile";; prefix "tfc"; identity failure-reason { description "The reason a failure occurred."; } ident