OSHINRAJ K M
OSHINRAJ K M
So both of the following in hello message indicating that netconf-server support yang-library or is there any specific meaning ? > urn:ietf:params:xml:ns:yang:ietf-yang-library?module=ietf-yang-library&revision=2016-06-21 > urn:ietf:params:netconf:capability:yang-library:1.0?revision=2016-06-21&module-set-id=4755
@michalvasko , One small correction is there from my side, in non-working case the netconf-server returns a capability like following, ```sh urn:ietf:params:xml:ns:yang:ietf-yang-library?revision=2018-01-17&module-set-id=53 ``` instead of ```sh urn:ietf:params:xml:ns:yang:ietf-yang-library?module=ietf-yang-library&revision=2016-06-21 ``` Do you...