pybatmesh/systemd-networkd/03-wireless-ad-hoc.network
Pranav Jerry 7e8f9e8417
Changed order of files in systemd-networkd
The README is now in order, with a few readability
fixes. The renaming of files in systemd-networkd/ is
only for readability. I don't know if networkd
considers the order of files important.
2021-06-09 17:22:20 +05:30

16 lines
390 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