The submodule concept in YANG 1.0 is, well, not very useful, and even less intuitive. That's why it saw major rework in YANG 1.1.
A YANG 1.0 submodule cannot reference the module that includes it, directly or indirectly. This is because in YANG 1.0 the symbols in other submodules of the same namespace are invisible to the submodule unless they are explicitly included. And parent modules can't be included by a submodule because that would lead to an inclusion loop. It is possible to reference (augment, etc) other sibling submodules, though. So if you split your modules cleverly, you might be able to resolve your referential constraints anyway. If you really want to take the submodule path, I'd recommend moving to YANG 1.1. In the interest of preserving the hair tone of IT-architects. /jan > We’re trying to solve a modularity problem with a YANG module by splitting it > into submodules and augmenting the parent module from each submodule. > However, despite the wording below in YANG 1.0 section 7.15, we’ve found a > couple of threads online with comments suggesting it’s only allowed in YANG > 1.1? Would appreciate clarification. > > RFC 6020 section 7.15 suggests it is allowed: > > ‘ > The "augment" statement allows a module or submodule to add to the > schema tree defined in an external module, or the current module and > its submodules, and to add to the nodes from a grouping in a "uses" > statement. > ‘ > > Versus online comments here: > https://www.ietf.org/mail-archive/web/netmod/current/msg15418.html > <https://www.ietf.org/mail-archive/web/netmod/current/msg15418.html> > > ‘> On 01 Mar 2016, at 10:38, Anton Tkáčik <anton.tkacik at pantheon.tech> > wrote: > > > > Hi, > > Noticed other issue with example set, > > In https://github.com/mbj4668/pyang/issues/194 > > <https://github.com/mbj4668/pyang/issues/194> Lada stated that in YANG 1.0 > > submodule can not augment nodes > > defined in parent model. > > > > Is that correct that submodule can not augment definition defined in parent > > module? > > This isn't possible in YANG 1.0 but will be possible in 1.1. However, in the > present case the definition being augmented from the submodule is arguably in > a different module. > > Lada > ‘ > > Thanks, > > William > > > _______________________________________________ > netmod mailing list > [email protected] <mailto:[email protected]> > https://www.ietf.org/mailman/listinfo/netmod > <https://www.ietf.org/mailman/listinfo/netmod>
_______________________________________________ netmod mailing list [email protected] https://www.ietf.org/mailman/listinfo/netmod
