diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-05-04 10:57:45 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-05-04 12:57:48 +0200 |
commit | 41d992cf5193e50b97f110d5a83823339c7307a8 (patch) | |
tree | 15b0f9a32a04a9fbbd9c2735980c3fffcc6b4adf /test/fuzz/fuzz-network-parser/dhcp-client-anonymize | |
parent | a5398c774ba128d129f1370141cac0130576d683 (diff) | |
download | systemd-41d992cf5193e50b97f110d5a83823339c7307a8.tar.gz |
fuzz-network-parser: drop ".network" and shorten names
All fuzzer inputs as .network files. Some had the suffix, others didn't.
So drop it everywhere, and also shorten some other names.
Diffstat (limited to 'test/fuzz/fuzz-network-parser/dhcp-client-anonymize')
-rw-r--r-- | test/fuzz/fuzz-network-parser/dhcp-client-anonymize | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/fuzz/fuzz-network-parser/dhcp-client-anonymize b/test/fuzz/fuzz-network-parser/dhcp-client-anonymize new file mode 100644 index 0000000000..a910cba0f7 --- /dev/null +++ b/test/fuzz/fuzz-network-parser/dhcp-client-anonymize @@ -0,0 +1,16 @@ +[Match] +Name=veth99 + +[Network] +DHCP=ipv4 +IPv6AcceptRA=false + +[DHCP] +Anonymize=true +UseMTU=true +UseRoutes=true +SendHostname=true +UseHostname=true +Hostname=test-hostname +ClientIdentifier=mac +VendorClassIdentifier=SusantVendorTest |