1
0
Fork 0
systemd/test/test-network/conf/25-route-preferred-source.network
Daniel Baumann ce097cb8f4
Adding upstream version 257.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 18:07:44 +02:00

21 lines
361 B
SYSTEMD

# SPDX-License-Identifier: LGPL-2.1-or-later
[Match]
Name=dummy98
[Network]
Address=2001:1234:56:8f63::1/64
IPv6AcceptRA=no
[Address]
Address=10.10.10.1/32
Peer=192.168.30.1/32
[Route]
Destination=abcd::/16
Gateway=2001:1234:56:8f63::1:1
PreferredSource=2001:1234:56:8f63::1
[Route]
Destination=10.123.0.0/16
Gateway=192.168.30.1
PreferredSource=10.10.10.1