pybatmesh/network/mesh.07-bridge.network
Pranav Jerry 704fe646f8
renamed systemd-networkd/ to network/
Nothing big. And naxalnet needs a new maintainer or I will keep screwing
up things.
2021-10-22 13:09:15 +05:30

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