mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
20ca06a669
The test is a bit messy because it must be done on a device that enforces a tentative state for IPv6 addresses, and it appears that the dummy device does not. So we use a bond instead. Signed-off-by: Daniel Axtens <dja@axtens.net>
17 lines
351 B
SYSTEMD
17 lines
351 B
SYSTEMD
# This test cannot use a dummy interface: IPv6 addresses
|
|
# are added without having to go through tentative state
|
|
|
|
[Match]
|
|
Name=bond199
|
|
|
|
[Network]
|
|
LinkLocalAddressing=ipv6
|
|
Address=2001:1234:56:8f63::1/64
|
|
Address=2001:1234:56:8f63::2/64
|
|
IPv6AcceptRA=no
|
|
|
|
[Route]
|
|
Destination=abcd::/16
|
|
Gateway=2001:1234:56:8f63::1:1
|
|
PreferredSource=2001:1234:56:8f63::2
|