mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-11-10 07:21:59 +05:30
Pranav Jerry
8d318a5b13
naxalnet no longer creates temporary directories, since the networkd configs no longer have device names engraved in them.
16 lines
389 B
SYSTEMD
16 lines
389 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
|
|
|
|
[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
|