mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
41d992cf51
All fuzzer inputs as .network files. Some had the suffix, others didn't. So drop it everywhere, and also shorten some other names.
30 lines
421 B
Plaintext
30 lines
421 B
Plaintext
[Match]
|
|
Name=veth-peer
|
|
|
|
[Network]
|
|
Address=10.1.1.1/24
|
|
DHCPServer=true
|
|
IPMasquerade=true
|
|
IPForward=true
|
|
|
|
[DHCPServer]
|
|
PoolOffset=0
|
|
PoolSize=20
|
|
EmitDNS=yes
|
|
DNS=9.9.9.9
|
|
|
|
[DHCPServerStaticLease]
|
|
MACAddress=12:34:56:78:9a:bc
|
|
Address=10.1.1.2
|
|
|
|
[DHCPServerStaticLease]
|
|
MACAddress=12:34:56:78:9a:bc
|
|
Address=10.1.1.3
|
|
|
|
[DHCPServerStaticLease]
|
|
Address=10.1.1.4
|
|
|
|
[DHCPServerStaticLease]
|
|
MACAddress=12:34:56:78:9a:bf
|
|
Address=10.1.1.5
|