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