]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-network/conf/25-route-static.network
test-network: merge tests for [Route] section
[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
8
9[Route]
10Destination=2001:1234:5:8fff:ff:ff:ff:ff/128
11Scope=link
12
13[Route]
14Destination=::/0
15Gateway=2001:1234:5:8fff:ff:ff:ff:ff
16
17[Route]
18Destination=149.10.124.64
19Scope=link
20
21[Route]
22Gateway=149.10.124.64
23
24[Route]
25Gateway=149.10.125.65
26GatewayOnLink=yes
27
28[Route]
29Destination=192.168.1.1
30InitialCongestionWindow=20
31
32[Route]
33Destination=192.168.1.2
34InitialAdvertisedReceiveWindow=30
35
36[Route]
37Type=blackhole
38Destination=202.54.1.2
39
40[Route]
41Type=unreachable
42Destination=202.54.1.3
43
44[Route]
45Type=prohibit
46Destination=202.54.1.4