YANG Versioning
Introduction
The YANG data modeling language
[RFC7950] and the associated
protocols NETCONF [RFC6241] and
RESTCONF [RFC8040] use a naming
scheme that essentially consists of tuples of the form (module,
path). The tuple (ietf-system, /system/contact) is an example
uniquely identifying the leaf /system/contact in the YANG data tree
of the module ietf-system. (The module may be identified by the
module name or a module namespace but since there is 1:1 mapping
between the two, the difference is not relevant for the discussion
here and we simply use the module name.)