]> git.ipfire.org Git - thirdparty/kea.git/commit
[65-libyang-adaptors] Added high level adaptors from lib-yang
authorFrancis Dupont <fdupont@isc.org>
Sun, 7 Oct 2018 21:56:59 +0000 (23:56 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 19 Oct 2018 14:05:30 +0000 (10:05 -0400)
commitc929ddb9f89241a33b2248e2989dccf2691bfac7
tree3e168951334f3bc5962af01eba590d8a4cbfdbfa
parent642d4b716842039a7f615b1c0f3c0aab7575a6a6
[65-libyang-adaptors] Added high level adaptors from lib-yang
14 files changed:
src/lib/yang/Makefile.am
src/lib/yang/adaptor_host.cc [new file with mode: 0644]
src/lib/yang/adaptor_host.h [new file with mode: 0644]
src/lib/yang/adaptor_option.cc [new file with mode: 0644]
src/lib/yang/adaptor_option.h [new file with mode: 0644]
src/lib/yang/adaptor_pool.cc [new file with mode: 0644]
src/lib/yang/adaptor_pool.h [new file with mode: 0644]
src/lib/yang/adaptor_subnet.cc [new file with mode: 0644]
src/lib/yang/adaptor_subnet.h [new file with mode: 0644]
src/lib/yang/tests/Makefile.am
src/lib/yang/tests/adaptor_host_unittests.cc [new file with mode: 0644]
src/lib/yang/tests/adaptor_option_unittests.cc [new file with mode: 0644]
src/lib/yang/tests/adaptor_pool_unittests.cc [new file with mode: 0644]
src/lib/yang/tests/adaptor_subnet_unittests.cc [new file with mode: 0644]