systemd/test/test-network/conf/25-dhcp-client-gateway-onlink-implicit.network
Daan De Meyer 1e86c83308 test: Prefix all network/netdev config files used by systemd-networkd-tests.py
Let's make sure these take preference over any generic network config files shipped
by the OS (in this case specifically, mkosi).
2022-02-15 22:53:43 +00:00

16 lines
212 B
SYSTEMD

# SPDX-License-Identifier: LGPL-2.1-or-later
[Match]
Name=veth99
[Network]
DHCP=ipv4
IPv6AcceptRA=no
[Route]
Gateway=192.168.0.1
Destination=10.0.0.0/8
[Route]
Gateway=192.168.0.1
Destination=192.168.100.0/24