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:
@@ -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" }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user