1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tools/dhcpv6-pd_ia: fix: Add explicit subnet id

Required for Kea 2.6.0
This commit is contained in:
xnumad 2024-07-05 10:29:09 +02:00 committed by GitHub
parent d312d36728
commit 96a91bae8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,6 +54,7 @@ class KeaConfig(object):
"renew-timer": int(renew_timer),
"rebind-timer": int(rebind_timer),
"subnet6": [{
"id": 1,
"interface": interface,
"subnet": "{}/{}".format(prefix, prefix_len),
"pd-pools": [{