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:
parent
d312d36728
commit
96a91bae8e
1
dist/tools/dhcpv6-pd_ia/kea.py
vendored
1
dist/tools/dhcpv6-pd_ia/kea.py
vendored
@ -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": [{
|
||||
|
Loading…
Reference in New Issue
Block a user