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

Merge pull request #20776 from xnumad/kea-subnet-id

tools/dhcpv6-pd_ia: fix: Add explicit subnet id
This commit is contained in:
mguetschow 2024-07-09 09:45:37 +00:00 committed by GitHub
commit 626006b455
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": [{