12 lines
205 B
SYSTEMD
12 lines
205 B
SYSTEMD
[Match]
|
|
# Match all real Ethernet interfaces
|
|
Type=ether
|
|
# Prevent virtual devices to match (e.g. docker0 and veth should be left alone)
|
|
Name=en* eth*
|
|
|
|
[Network]
|
|
DHCP=yes
|
|
IPv6AcceptRA=yes
|
|
|
|
[DHCP]
|
|
UseDNS=yes |