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:
parent
e5170430b2
commit
8247204bad
@ -1,20 +0,0 @@
|
||||
{
|
||||
"Dhcp4": {
|
||||
"interfaces-config": {
|
||||
"interfaces": [
|
||||
"*"
|
||||
]
|
||||
},
|
||||
"subnet4": [
|
||||
{
|
||||
"id": 1,
|
||||
"pools": [
|
||||
{
|
||||
"pool": "127.0.0.0/8"
|
||||
}
|
||||
],
|
||||
"subnet": "127.0.0.0/8"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user