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.
21 lines
273 B
Plaintext
21 lines
273 B
Plaintext
{
|
|
"Dhcp4": {
|
|
"interfaces-config": {
|
|
"interfaces": [
|
|
"*"
|
|
]
|
|
},
|
|
"subnet4": [
|
|
{
|
|
"id": 1,
|
|
"pools": [
|
|
{
|
|
"pool": "127.0.0.0/8"
|
|
}
|
|
],
|
|
"subnet": "127.0.0.0/8"
|
|
}
|
|
]
|
|
}
|
|
}
|