Andy,

I don't think the implementation burden on the server is that heavy.
A YANG 1.0 compliant server today supports:

   leaf a in module A of type foo from foo@2001-01-01
   leaf b in module B of type foo from foo@2002-02-02

I.e., it supports different leafs in the combined data model referring
to different versions of the same type.

A YANG 1.1 server would also support

   leaf a in module A of type foo from foo@2001-01-01
   leaf b in module A of type foo from foo@2002-02-02

Of course, how much a specific implementation is affected will vary,
but I don't think the concepts are *that* different.


/martin

_______________________________________________
netmod mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/netmod

Reply via email to