mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-11-26 16:52:07 +05:30
Pranav Jerry
704fe646f8
Nothing big. And naxalnet needs a new maintainer or I will keep screwing up things.
20 lines
474 B
SYSTEMD
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
|