2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[5425] Added basic support (alloc engine todo)

This commit is contained in:
Francis Dupont
2017-11-20 00:27:46 +01:00
parent c25dce8b6b
commit 3f877a825a
12 changed files with 172 additions and 6 deletions

View File

@@ -133,7 +133,28 @@
// and another is when there is a shared subnet scenario.
"relay": {
"ip-address": "3000::1"
}
},
},
{
// This subnet is divided in two pools for unknown and
// known (i.e. which have a reservation) clients.
"pools": [
{
"pool": "2001:db8:8::/64",
"known-clients": "never"
},
{
"pool": "2001:db8:9::/64",
"known-clients": "only"
}
],
"subnet": "2001:db8:8::/46",
"reservations": [
{ "hw-address": "00:00:00:11:22:33" },
{ "hw-address": "00:00:00:44:55:66" },
{ "hw-address": "00:00:00:77:88:99" },
{ "hw-address": "00:00:00:aa:bb:cc" }
]
}
]
},