diff options
author | Susant Sahani <ssahani@gmail.com> | 2023-08-18 10:30:46 +0200 |
---|---|---|
committer | Susant Sahani <ssahani@gmail.com> | 2023-08-18 12:22:14 +0200 |
commit | 288f58c0b4d29ee7b075308ee963a7949aa9ee0e (patch) | |
tree | 5093b183935975884922ff135cb175ef0dfcb73c /test/test-network/conf | |
parent | network: static route - Allow to configure per route hop liimt (diff) | |
download | systemd-288f58c0b4d29ee7b075308ee963a7949aa9ee0e.tar.xz systemd-288f58c0b4d29ee7b075308ee963a7949aa9ee0e.zip |
CI: network - Add test for route hoplimit
Diffstat (limited to 'test/test-network/conf')
-rw-r--r-- | test/test-network/conf/25-route-static.network | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test-network/conf/25-route-static.network b/test/test-network/conf/25-route-static.network index 6aa3ec66dc..44acb19f34 100644 --- a/test/test-network/conf/25-route-static.network +++ b/test/test-network/conf/25-route-static.network @@ -45,6 +45,10 @@ Destination=192.168.1.3 TCPAdvertisedMaximumSegmentSize=30 [Route] +Destination=192.168.1.4 +HopLimit=122 + +[Route] Type=blackhole Destination=202.54.1.2 |