2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00

[#3953] Remove fuzz configs. No longer required

This commit is contained in:
Andrei Pavel 2025-06-17 12:04:31 +03:00
parent e5170430b2
commit 8247204bad
No known key found for this signature in database
GPG Key ID: D4E804481939CB21
3 changed files with 0 additions and 53 deletions

View File

@ -1,20 +0,0 @@
{
"Dhcp4": {
"interfaces-config": {
"interfaces": [
"*"
]
},
"subnet4": [
{
"id": 1,
"pools": [
{
"pool": "127.0.0.0/8"
}
],
"subnet": "127.0.0.0/8"
}
]
}
}

View File

@ -1,27 +0,0 @@
{
"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"
}
]
}
}

View File

@ -32,12 +32,6 @@ foreach i : [
endforeach
endforeach
foreach i : ['kea-dhcp4.conf', 'kea-dhcp6.conf']
run_command(
['cp', f'input/@i@', f'@TOP_BUILD_DIR@/fuzz/input/@i@'],
check: true,
)
endforeach
fuzz_sources = ['fuzz.cc', 'fuzz.h', 'main.cc']
cpp_flags = [