1# SPDX-License-Identifier: LGPL-2.1-or-later
2# This test cannot use a dummy interface: IPv6 addresses
3# are added without having to go through tentative state
4
5[Match]
6Name=bond199
7
8[Network]
9LinkLocalAddressing=ipv6
10Address=2001:1234:56:8f63::1/64
11Address=2001:1234:56:8f63::2/64
12IPv6AcceptRA=no
13
14[Route]
15Destination=abcd::/16
16Gateway=2001:1234:56:8f63::1:1
17PreferredSource=2001:1234:56:8f63::2
18