mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 01:49:48 +00:00
The solution is based on clusterfuzzlite, libfuzzer, and oss-fuzz technologies. - Add the .clusterfuzzlite directory. - Add the fuzz CI stage and fuzzing CI jobs. - Add the fuzzing targets in the fuzz directory. - Document fuzzing in doxygen.
28 lines
423 B
Plaintext
28 lines
423 B
Plaintext
{
|
|
"Dhcp6": {
|
|
"interfaces-config": {
|
|
"interfaces": [
|
|
"*"
|
|
]
|
|
},
|
|
"subnet6": [
|
|
{
|
|
"id": 1,
|
|
"pd-pools": [
|
|
{
|
|
"delegated-len": 120,
|
|
"prefix": "2001:db8:1:0:2::",
|
|
"prefix-len": 80
|
|
}
|
|
],
|
|
"pools": [
|
|
{
|
|
"pool": "::/80"
|
|
}
|
|
],
|
|
"subnet": "::/64"
|
|
}
|
|
]
|
|
}
|
|
}
|