summaryrefslogtreecommitdiffstats
path: root/fuzz/input/kea-dhcp4.conf
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/input/kea-dhcp4.conf')
-rw-r--r--fuzz/input/kea-dhcp4.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/fuzz/input/kea-dhcp4.conf b/fuzz/input/kea-dhcp4.conf
new file mode 100644
index 0000000000..7409a46b90
--- /dev/null
+++ b/fuzz/input/kea-dhcp4.conf
@@ -0,0 +1,20 @@
+{
+ "Dhcp4": {
+ "interfaces-config": {
+ "interfaces": [
+ "*"
+ ]
+ },
+ "subnet4": [
+ {
+ "id": 1,
+ "pools": [
+ {
+ "pool": "127.0.0.0/8"
+ }
+ ],
+ "subnet": "127.0.0.0/8"
+ }
+ ]
+ }
+}