diff options
Diffstat (limited to 'fuzz/kea-dhcp4.h')
-rw-r--r-- | fuzz/kea-dhcp4.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/fuzz/kea-dhcp4.h b/fuzz/kea-dhcp4.h deleted file mode 100644 index 7aa8f3e2c7..0000000000 --- a/fuzz/kea-dhcp4.h +++ /dev/null @@ -1,24 +0,0 @@ -#include <string> - -extern std::string KEA_DHCP4_CONF = R"( -{ - "Dhcp4": { - "interfaces-config": { - "interfaces": [ - "*" - ] - }, - "subnet4": [ - { - "id": 1, - "pools": [ - { - "pool": "127.0.0.0/8" - } - ], - "subnet": "127.0.0.0/8" - } - ] - } -} -)"; |