]> git.puffer.fish Git - mirror/frr.git/commit
yang: add a module translator for ietf-rip.yang
authorRenato Westphal <renato@opensourcerouting.org>
Sun, 5 Aug 2018 15:28:33 +0000 (12:28 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Sat, 27 Oct 2018 18:16:12 +0000 (16:16 -0200)
commit65986799464e2d6da3d9aa4099ab1ba7eb09a8fe
treead8844d1f2ce1608912ad4c0c604d279ee084e5c
parentfe339c9560ee3665c66033ccbbfc8b3eac02d035
yang: add a module translator for ietf-rip.yang

As it can be seen below, this translator covers only ~13% of the
ietf-rip YANG module. Work must be done to increase that number.

ripd> en
ripd# conf t
ripd(config)# yang module-translator load /tmp/frr-ietf-translator.json
% Module translator "ietf" loaded successfully.

ripd(config)# do show yang module-translator
 Family  Module           Deviations                      Coverage (%)
 -----------------------------------------------------------------------
 ietf    ietf-interfaces  frr-deviations-ietf-interfaces  3.92
 ietf    ietf-routing     frr-deviations-ietf-routing     1.56
 ietf    ietf-rip         frr-deviations-ietf-rip         13.60

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
yang/example/ietf-rip.json [new file with mode: 0644]
yang/ietf/frr-deviations-ietf-interfaces.yang [new file with mode: 0644]
yang/ietf/frr-deviations-ietf-rip.yang [new file with mode: 0644]
yang/ietf/frr-deviations-ietf-routing.yang [new file with mode: 0644]
yang/ietf/frr-ietf-translator.json [new file with mode: 0644]