mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-05 19:49:23 +01:00
2c0bb06d1a
Add a fake resolvconf executable to verify that the right nameserver addresses were actually committed by iwd. Again use unique nameserver addresses to reduce the possibility that the test succeeds by pure luck.
17 lines
393 B
Plaintext
17 lines
393 B
Plaintext
[IPv4]
|
|
# Use a different netmask than DHCP on purpose, but use the same address
|
|
# as DHCP would assign us to produce a conflict and test ACD
|
|
Address=192.168.1.10
|
|
Netmask=255.255.255.128
|
|
Gateway=192.168.1.3
|
|
DNS=192.168.1.4
|
|
|
|
[IPv6]
|
|
# Use a different subnet than DHCP on purpose
|
|
Address=3ffe:501:ffff:200::10/80
|
|
Gateway=3ffe:501:ffff:200::3
|
|
DNS=3ffe:501:ffff:200::4
|
|
|
|
[Settings]
|
|
AutoConnect=false
|