mirror of
https://github.com/systemd/systemd.git
synced 2026-07-25 00:35:55 +00:00
Let's make sure these take preference over any generic network config files shipped by the OS (in this case specifically, mkosi).
12 lines
144 B
SYSTEMD
12 lines
144 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Match]
|
|
Name=veth99
|
|
|
|
[Network]
|
|
DHCP=ipv4
|
|
IPv6AcceptRA=false
|
|
|
|
[DHCPv4]
|
|
UseRoutes=true
|
|
RouteTable=12
|