pybatmesh/network/mesh.07-bridge.network

20 lines
474 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={bridgedev}
[Network]
Description=bridge to link non-batman machines
# 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