pybatmesh/systemd-networkd/03-wireless-ad-hoc.network
2021-05-10 15:15:42 +05:30

15 lines
329 B
SYSTEMD

[Match]
# this line will be changed by sed
WLANInterfaceType={ADHOC_NETWORK}
[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