mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2026-03-14 20:37:56 +01:00
In static_test.py add IPv6. Add comments on what we're actually testing since it wasn't very clear. After the expected ACD conflict detection, succeed if either the lost address was removed or the client disconnected from the AP since this seems like a correct action for netconfig to implement.
15 lines
352 B
Plaintext
15 lines
352 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.1
|
|
|
|
[IPv6]
|
|
# Use a different subnet than DHCP on purpose
|
|
Address=3ffe:501:ffff:200::10/80
|
|
Gateway=3ffe:501:ffff:200::1
|
|
|
|
[Settings]
|
|
AutoConnect=false
|