diff options
Diffstat (limited to 'fuzz/input/kea-dhcp6.conf')
-rw-r--r-- | fuzz/input/kea-dhcp6.conf | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/fuzz/input/kea-dhcp6.conf b/fuzz/input/kea-dhcp6.conf new file mode 100644 index 0000000000..868a40244f --- /dev/null +++ b/fuzz/input/kea-dhcp6.conf @@ -0,0 +1,27 @@ +{ + "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" + } + ] + } +} |