Difference between revisions of "IETF 100 Hackathon"

From Yuma123 Wiki
Jump to navigationJump to search
(Created page with 'Objectives: * Implement Network Management Datastore Architecture (NMDA) support for netconfd. * NMDA support testcase based on litenc client and ietf-interfaces, ietf-ip, ietf-r…')
 
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
* Add multisession support to libyangrpc.
 
* Add multisession support to libyangrpc.
 
* litenc: Implement netconf:base:1.1 capability (https://tools.ietf.org/html/rfc6241).
 
* litenc: Implement netconf:base:1.1 capability (https://tools.ietf.org/html/rfc6241).
  +
  +
  +
Progress:
  +
* The testcases (running against confd and netconfd based raw NETCONF session scripting):
  +
** Non-NMDA - https://sourceforge.net/p/yuma123/git/ci/master/tree/netconf/test/netconfd/ietf-routing/
  +
** NMDA - https://sourceforge.net/p/yuma123/git/ci/master/tree/netconf/test/netconfd/ietf-routing-bis/ (in progress)
  +
* Server side implementation (in progress, complexity of more then 10 volatile drafts actively developed to implement support for the testcase)
  +
  +
Error: XPath expression 'derived-from-or-self(../datastore, "or:operational")' with invalid identity param 'or:operational' ietf-netconf-datastores@2017-08-24.yang:140.63: error(348): invalid XPath expression syntax

Latest revision as of 16:47, 15 November 2017

Objectives:

  • Implement Network Management Datastore Architecture (NMDA) support for netconfd.
  • NMDA support testcase based on litenc client and ietf-interfaces, ietf-ip, ietf-routing model.
  • Add multisession support to libyangrpc.
  • litenc: Implement netconf:base:1.1 capability (https://tools.ietf.org/html/rfc6241).


Progress:

Error: XPath expression 'derived-from-or-self(../datastore, "or:operational")' with invalid identity param 'or:operational' ietf-netconf-datastores@2017-08-24.yang:140.63: error(348): invalid XPath expression syntax