aboutsummaryrefslogtreecommitdiff
path: root/etc/private/systemd-networkd/30-br0-dhcp.network
blob: 211d870eae1603aacae0b6d9eef0b46e89f44500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Configure the bridge with IPv4 DHCP.

[Match]
Name=br0

[Network]
DHCP=ipv4
IPForward=yes

[DHCPv4]
#UseHostname=yes

#SendHostname=yes
#Hostname=example.lan

[Link]
RequiredForOnline=yes