]> git.proxmox.com Git - mirror_frr.git/commit
lib: introduce new northbound API
authorRenato Westphal <renato@opensourcerouting.org>
Thu, 7 Dec 2017 19:31:48 +0000 (17:31 -0200)
committerRenato Westphal <renato@opensourcerouting.org>
Sat, 27 Oct 2018 18:16:12 +0000 (16:16 -0200)
commit1c2facd12df7bc27758d7ea674b1e57e401fc234
treeb82aeb06586c2c7b380420ddd484964af915aee1
parent75082dafb5a929b99d89c8f55e6b2da3f4d90100
lib: introduce new northbound API

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
46 files changed:
.clang-format
Makefile.am
bgpd/bgp_main.c
configure.ac
doc/user/basic.rst
doc/user/installation.rst
ldpd/ldpd.c
lib/command.c
lib/command.h
lib/db.c [new file with mode: 0644]
lib/db.h [new file with mode: 0644]
lib/lib_errors.c
lib/lib_errors.h
lib/libfrr.c
lib/libfrr.h
lib/northbound.c [new file with mode: 0644]
lib/northbound.h [new file with mode: 0644]
lib/northbound_cli.c [new file with mode: 0644]
lib/northbound_cli.h [new file with mode: 0644]
lib/northbound_db.c [new file with mode: 0644]
lib/northbound_db.h [new file with mode: 0644]
lib/subdir.am
lib/vty.c
lib/vty.h
lib/yang.c [new file with mode: 0644]
lib/yang.h [new file with mode: 0644]
lib/yang_translator.c [new file with mode: 0644]
lib/yang_translator.h [new file with mode: 0644]
lib/yang_wrappers.c [new file with mode: 0644]
lib/yang_wrappers.h [new file with mode: 0644]
ripd/rip_main.c
ripngd/ripng_main.c
tests/bgpd/test_peer_attr.c
tests/helpers/c/main.c
tests/lib/cli/common_cli.c
tests/lib/cli/test_cli.refout.in
tests/lib/cli/test_commands.c
tools/.gitignore
tools/gen_northbound_callbacks.c [new file with mode: 0644]
tools/gen_yang_deviations.c [new file with mode: 0644]
tools/subdir.am
vtysh/vtysh_config.c
yang/frr-module-translator.yang [new file with mode: 0644]
yang/libyang_plugins/frr_user_types.c [new file with mode: 0644]
yang/libyang_plugins/subdir.am [new file with mode: 0644]
yang/subdir.am [new file with mode: 0644]