udev: String substitutions can be done in ENV, too
[systemd_ALT.git] / network / 80-ethernet.network.example
blobce82b25728e86e27a0133d0aaae26325028ae43b
1 # SPDX-License-Identifier: MIT-0
3 # This example config file is installed as part of systemd.
4 # It may be freely copied and edited (following the MIT No Attribution license).
6 # To use the file, one of the following methods may be used:
7 # 1. add a symlink from /etc/systemd/network to the current location of this file,
8 # 2. copy the file into /etc/systemd/network or one of the other paths checked
9 #    by systemd-networkd and edit it there.
10 # This file should not be edited in place, because it'll be overwritten on upgrades.
12 # Enable DHCPv4 and DHCPv6 on all ethernet links
13 [Match]
14 Type=ether
16 [Network]
17 DHCP=yes