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.
21 lines
507 B
SYSTEMD
21 lines
507 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={batdev}
|
|
# 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
|