3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-06 03:18:46 +02:00
iwd/autotests/testNetconfig/ssidTKIP.psk
Andrew Zaborowski 2c0bb06d1a auto-t: Verify DNS entries added from DHCP/static
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.
2022-06-22 15:57:36 -05:00

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