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

16 lines
390 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
2021-05-10 15:15:42 +05:30
DHCP=no
DHCPServer=no
LinkLocalAddressing=no
LLMNR=no
MulticastDNS=no