]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-network/conf/25-nexthop.network
test-network: merge three tests for neighbor
[thirdparty/systemd.git] / test / test-network / conf / 25-nexthop.network
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Match]
3 Name=veth99
4
5 [Network]
6 IPv6AcceptRA=no
7 Address=2001:1234:5:8f63::1/120
8 Address=192.168.5.10/24
9 Gateway=192.168.5.1
10
11 [NextHop]
12 Id=1
13 Gateway=192.168.5.1
14
15 [NextHop]
16 Id=2
17 Gateway=2001:1234:5:8f63::2
18
19 [NextHop]
20 Id=3
21 Family=ipv6
22
23 [NextHop]
24 Id=4
25 Family=ipv4
26
27 [NextHop]
28 Id=5
29 Gateway=192.168.10.1
30 OnLink=yes
31
32 [NextHop]
33 Id=6
34 Family=ipv4
35 Blackhole=yes
36
37 [NextHop]
38 Id=7
39 Family=ipv6
40 Blackhole=yes
41
42 [NextHop]
43 Id=8
44 Gateway=fe80::222:4dff:ff:ff:ff:ff
45
46 [NextHop]
47 Gateway=192.168.5.2
48
49 [NextHop]
50 Family=ipv4
51 Blackhole=yes
52
53 [NextHop]
54 Family=ipv6
55 Blackhole=yes
56
57 [Route]
58 NextHop=1
59 Destination=10.10.10.10
60
61 [Route]
62 NextHop=2
63 Destination=10.10.10.11
64
65 [Route]
66 NextHop=2
67 Destination=2001:1234:5:8f62::1
68
69 [Route]
70 NextHop=5
71 Destination=10.10.10.12
72
73 [Route]
74 NextHop=6
75 Destination=10.10.10.13
76
77 [Route]
78 NextHop=7
79 Destination=2001:1234:5:8f62::2
80
81 [Route]
82 NextHop=21
83 Destination=10.10.10.14