]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-network/conf/25-route-static.network
test-network: add a test for IPv4LLRoute=
[thirdparty/systemd.git] / test / test-network / conf / 25-route-static.network
CommitLineData
0ef830cf
YW
1[Match]
2Name=dummy98
3
4[Network]
5IPv6AcceptRA=no
6Address=2001:1234:5:8f63::1/128
7Address=149.10.124.58/28
6543b7fd 8DefaultRouteOnDevice=yes
2b00dff8 9IPv4LLRoute=yes
0ef830cf
YW
10
11[Route]
12Destination=2001:1234:5:8fff:ff:ff:ff:ff/128
13Scope=link
14
15[Route]
16Destination=::/0
17Gateway=2001:1234:5:8fff:ff:ff:ff:ff
18
19[Route]
20Destination=149.10.124.64
21Scope=link
22
23[Route]
24Gateway=149.10.124.64
25
26[Route]
27Gateway=149.10.125.65
28GatewayOnLink=yes
29
30[Route]
31Destination=192.168.1.1
32InitialCongestionWindow=20
33
34[Route]
35Destination=192.168.1.2
36InitialAdvertisedReceiveWindow=30
37
38[Route]
39Type=blackhole
40Destination=202.54.1.2
41
42[Route]
43Type=unreachable
44Destination=202.54.1.3
45
46[Route]
47Type=prohibit
48Destination=202.54.1.4