pybatmesh/systemd-networkd/03-wireless-ad-hoc.network
Pranav Jerry eb51df86e4
Updated MTU in 03-wireless-ad-hoc.network
Added link to open mesh page announcing systemd support
2021-06-15 17:21:13 +05:30

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