1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-02 13:47:27 +03:00
systemd/test/test-network/conf/25-route-preferred-source.network
2024-07-31 05:36:14 +09:00

22 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