mirror of
https://github.com/systemd/systemd.git
synced 2025-01-07 21:18:41 +03:00
e4948bb2cd
This adds possible reproducer for issue #28009 (though, the issue is highly racy, hence this may not trigger the issue reliably).
13 lines
224 B
SYSTEMD
13 lines
224 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Match]
|
|
Name=dummy98
|
|
|
|
[Network]
|
|
Address=2001:1234:56:8f63::1/64
|
|
IPv6AcceptRA=no
|
|
|
|
[Route]
|
|
Destination=abcd::/16
|
|
Gateway=2001:1234:56:8f63::1:1
|
|
PreferredSource=2001:1234:56:8f63::1
|