[netmod] Does defining a feature require the module be implemented?

2022-05-09 Thread Kent Watsen
YANG Doctors, Does "foo" need to be "implemented", in order for its feature to be define? module foo { yang-version 1.1; namespace "https://example.net/foo;; prefix "f"; feature foo-feature; ... } Specifically, using the

Re: [netmod] Feedback on Self-Describing Data Object Tags in YANG Data Models

2022-05-09 Thread Joe Clarke (jclarke)
Thanks. I like this example. I also see that you added a bit about instances of nodes to various parts of the document. I do think you have a typo in the into, though. You say, "nodes of instance of these data nodes" where I think you mean "nodes or instances of these data nodes". Joe On