# Ah! This is where the magic happens!
# This is the interface userspace applications will be using to
# communicate with others devices

[Match]
Name={bridgedev}

[Network]
# Use DHCP to assign an IP
DHCP=yes

# If DHCP fails, assign a random address. This is probably the default,
# but we are specifying it anyway.
LinkLocalAddressing=yes

# LLMNR and MulticastDNS are used for hostname discovery
LLMNR=yes
MulticastDNS=yes