]> git.ipfire.org Git - thirdparty/kea.git/commit
[#2832] add missing YANG nodes
authorAndrei Pavel <andrei@isc.org>
Wed, 10 May 2023 15:49:45 +0000 (18:49 +0300)
committerAndrei Pavel <andrei@isc.org>
Tue, 16 May 2023 12:38:17 +0000 (15:38 +0300)
commit2181cef68d6b49d68e4acb8f1c31f0cf978e2c26
treecc5deba98fd2031728026915210536e8fe8dc6ed
parent14bcae7fac63d169d32e2ee05d90022a37f8dd0a
[#2832] add missing YANG nodes

- allocator
- ddns-ttl-percent
- exclude-first-last-24,
- ignore-dhcp-server-Identifier
- offer-lifetime
- pd-allocator
- read-timeout
- tcp-user-timeout
- write-timeout

Removed obsolete YANG nodes: contact-points, keyspace.
21 files changed:
doc/examples/kea4/all-keys-netconf.json
doc/examples/kea4/all-keys.json
doc/examples/kea6/all-keys-netconf.json
doc/examples/kea6/all-keys.json
src/lib/yang/translator_class.cc
src/lib/yang/translator_config.cc
src/lib/yang/translator_database.cc
src/lib/yang/translator_shared_network.cc
src/lib/yang/translator_subnet.cc
src/lib/yang/yang_revisions.h
src/share/yang/modules/Makefile.am
src/share/yang/modules/hashes/kea-dhcp-types@2022-12-27.hash [deleted file]
src/share/yang/modules/hashes/kea-dhcp-types@2023-05-31.hash [new file with mode: 0644]
src/share/yang/modules/hashes/kea-dhcp4-server@2022-12-27.hash [deleted file]
src/share/yang/modules/hashes/kea-dhcp4-server@2023-05-31.hash [new file with mode: 0644]
src/share/yang/modules/hashes/kea-dhcp6-server@2022-12-27.hash [deleted file]
src/share/yang/modules/hashes/kea-dhcp6-server@2023-05-31.hash [new file with mode: 0644]
src/share/yang/modules/kea-dhcp-types@2023-05-31.yang [moved from src/share/yang/modules/kea-dhcp-types@2022-12-27.yang with 92% similarity]
src/share/yang/modules/kea-dhcp4-server@2023-05-31.yang [moved from src/share/yang/modules/kea-dhcp4-server@2022-12-27.yang with 96% similarity]
src/share/yang/modules/kea-dhcp6-server@2023-05-31.yang [moved from src/share/yang/modules/kea-dhcp6-server@2022-12-27.yang with 97% similarity]
src/share/yang/modules/utils/bump-up-revisions.sh [new file with mode: 0755]