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…')
 
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).
  +
  +
Accomplished goals:
  +
* Common test case script validating NMDA complience of servers implementing
  +
  +
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)

Revision as of 07:41, 12 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).

Accomplished goals:

  • Common test case script validating NMDA complience of servers implementing

Progress: