mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-11-30 10:42:15 +05:30
21 lines
503 B
SYSTEMD
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
|