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