diff options
Diffstat (limited to 'test/test-network/conf/25-route-gateway-on-link.network')
-rw-r--r-- | test/test-network/conf/25-route-gateway-on-link.network | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/test-network/conf/25-route-gateway-on-link.network b/test/test-network/conf/25-route-gateway-on-link.network new file mode 100644 index 0000000..aa64c25 --- /dev/null +++ b/test/test-network/conf/25-route-gateway-on-link.network @@ -0,0 +1,13 @@ +[Match] +Name=dummy98 + +[Address] +Address=149.10.124.58/28 + +[Route] +Destination=149.10.124.64 +Scope=link + +[Route] +Gateway=149.10.125.65 +GatewayOnlink=true |