mirror of
https://github.com/systemd/systemd.git
synced 2025-02-02 13:47:27 +03:00
f320c0777a
For issue #31950.
22 lines
361 B
SYSTEMD
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
|