mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-12-27 10:30:23 +05:30
Pranav Jerry
7e8f9e8417
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.
16 lines
390 B
SYSTEMD
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
|