> On 14 Feb 2017, at 14:30, Martin Ciglan -X (mciglan - PANTHEON TECHNOLOGIES > at Cisco) <[email protected]> wrote: > > Hi all > > RFC says: > > There MUST NOT be any circular chains of imports. For example, if module "a" > imports module "b", "b" cannot import "a". > > Does same apply to includes too?
Not in YANG 1.1 because "include" in a submodule is essentially a no-op - it is syntactically permitted only for compatibility with YANG 1.0. Lada > > > Thanks > > Martin > > > _______________________________________________ > netmod mailing list > [email protected] > https://www.ietf.org/mailman/listinfo/netmod -- Ladislav Lhotka, CZ.NIC Labs PGP Key ID: 0xB8F92B08A9F76C67 _______________________________________________ netmod mailing list [email protected] https://www.ietf.org/mailman/listinfo/netmod
