]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3953] Remove fuzz configs. No longer required
authorAndrei Pavel <andrei@isc.org>
Tue, 17 Jun 2025 09:04:31 +0000 (12:04 +0300)
committerAndrei Pavel <andrei@isc.org>
Thu, 19 Jun 2025 14:16:55 +0000 (17:16 +0300)
fuzz/input/kea-dhcp4.conf [deleted file]
fuzz/input/kea-dhcp6.conf [deleted file]
fuzz/meson.build

diff --git a/fuzz/input/kea-dhcp4.conf b/fuzz/input/kea-dhcp4.conf
deleted file mode 100644 (file)
index 7409a46..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-{
-  "Dhcp4": {
-    "interfaces-config": {
-      "interfaces": [
-        "*"
-      ]
-    },
-    "subnet4": [
-      {
-        "id": 1,
-        "pools": [
-          {
-            "pool": "127.0.0.0/8"
-          }
-        ],
-        "subnet": "127.0.0.0/8"
-      }
-    ]
-  }
-}
diff --git a/fuzz/input/kea-dhcp6.conf b/fuzz/input/kea-dhcp6.conf
deleted file mode 100644 (file)
index 868a402..0000000
+++ /dev/null
@@ -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"
-      }
-    ]
-  }
-}
index f698de703ce14f588ccf0e4ea29f7f592e00d69f..bc7650faafac4739018baaccf7bb8c1f57d23c92 100644 (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 = [