diff options
Diffstat (limited to 'test/fuzz/fuzz-network-parser/dhcp-client-ipv4-dhcp-settings')
-rw-r--r-- | test/fuzz/fuzz-network-parser/dhcp-client-ipv4-dhcp-settings | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/fuzz/fuzz-network-parser/dhcp-client-ipv4-dhcp-settings b/test/fuzz/fuzz-network-parser/dhcp-client-ipv4-dhcp-settings new file mode 100644 index 0000000..5c4ca22 --- /dev/null +++ b/test/fuzz/fuzz-network-parser/dhcp-client-ipv4-dhcp-settings @@ -0,0 +1,15 @@ +[Match] +Name=veth99 + +[Network] +DHCP=ipv4 +IPv6AcceptRA=false + +[DHCP] +UseMTU=true +UseRoutes=true +SendHostname=true +UseHostname=true +Hostname=test-hostname +ClientIdentifier=mac +VendorClassIdentifier=SusantVendorTest |