pybatmesh/systemd-networkd/03-wireless-ad-hoc.network

16 lines
389 B
SYSTEMD
Raw Normal View History

2021-05-10 15:15:42 +05:30
[Match]
# This will match all networks in ad-hoc mode.
# It assumes there is only one interface in ad-hoc mode.
WLANInterfaceType=ad-hoc
2021-05-10 15:15:42 +05:30
[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