pybatmesh/systemd-networkd/07-bridge.network
Pranav Jerry 7e8f9e8417
Changed order of files in systemd-networkd
The README is now in order, with a few readability
fixes. The renaming of files in systemd-networkd/ is
only for readability. I don't know if networkd
considers the order of files important.
2021-06-09 17:22:20 +05:30

18 lines
357 B
SYSTEMD

# Ah! This is where the magic happens!
# This is the interface userspace applications will be using to
# communicate with others devices
[Match]
Name=bridge0
[Network]
# use DHCP to assign an IP
DHCP=yes
# if DHCP fails, assign a random address
LinkLocalAddressing=yes
# LLMNR and MulticastDNS are used for hostname discovery
LLMNR=yes
MulticastDNS=yes