pybatmesh/systemd-networkd/mesh.03-wireless-ad-hoc.net...

21 lines
503 B
SYSTEMD

[Match]
# This will match all networks in ad-hoc mode.
# It assumes there is only one interface in ad-hoc mode.
WLANInterfaceType=ad-hoc
[Link]
# BATMAN packets are 32 bits larger than normal packets
# and I don't know what that means
MTUBytes=1560
[Network]
Description=ad-hoc network connecting to other nodes
BatmanAdvanced=bat0
# This interface should not have any IP addresses assigned.
# IP will be given later to the bridge
DHCP=no
DHCPServer=no
LinkLocalAddressing=no
LLMNR=no
MulticastDNS=no