]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-network/conf/25-route-static.network
test-network: add tests for route with type local, multicast, anycast, or broadcast
[thirdparty/systemd.git] / test / test-network / conf / 25-route-static.network
1 [Match]
2 Name=dummy98
3
4 [Network]
5 IPv6AcceptRA=no
6 Address=2001:1234:5:8f63::1/128
7 Address=149.10.124.58/28
8 DefaultRouteOnDevice=yes
9 IPv4LLRoute=yes
10
11 [Route]
12 Destination=2001:1234:5:8fff:ff:ff:ff:ff/128
13 Scope=link
14
15 [Route]
16 Destination=::/0
17 Gateway=2001:1234:5:8fff:ff:ff:ff:ff
18
19 [Route]
20 Destination=149.10.124.64
21 Scope=link
22
23 [Route]
24 Gateway=149.10.124.64
25
26 [Route]
27 Gateway=149.10.125.65
28 GatewayOnLink=yes
29
30 [Route]
31 Destination=192.168.1.1
32 InitialCongestionWindow=20
33
34 [Route]
35 Destination=192.168.1.2
36 InitialAdvertisedReceiveWindow=30
37
38 [Route]
39 Type=blackhole
40 Destination=202.54.1.2
41
42 [Route]
43 Type=unreachable
44 Destination=202.54.1.3
45
46 [Route]
47 Type=prohibit
48 Destination=202.54.1.4
49
50 [Route]
51 Type=local
52 Destination=149.10.123.1
53
54 [Route]
55 Type=anycast
56 Destination=149.10.123.2
57
58 [Route]
59 Type=broadcast
60 Destination=149.10.123.3
61
62 [Route]
63 Type=multicast
64 Destination=149.10.123.4