2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 14:35:29 +00:00

[#2112] add ChangeLog entry

This commit is contained in:
Andrei Pavel
2021-11-19 16:29:40 +02:00
parent feb04cd86e
commit ebb116e91e
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
1963. [func] andrei
A few improvements on hammer.py: vagrant will be automatically
upgraded if it is too outdated, error messages are more clear
when running on unsupported systems and it is now able to detect
Arch Linux distributions, even though support for them is not on
par with the other systems: it is only able to prepare-system
with freeradius and netconf support.
(Gitlab #2111, #2112)
1962. [func] andrei
kea-netconf updates: fixed store-extended-info, it was an
operational node instead of a config node. Added several

View File

@@ -277,7 +277,6 @@ def get_system_revision():
system = system.replace('"', '')
system = system.lower()
print('Running on:', system, revision)
return system, revision