pybatmesh/systemd-networkd/mesh.01-batman.netdev
Pranav Jerry a7304a986b
turn off all wifi devices at exit
This makes things easier to maintain, or so I hope.

Added more comments in files in systemd-networkd, made CHANGELOG.md
better, and updated the README.
2021-09-29 15:14:13 +05:30

14 lines
433 B
SYSTEMD

# Create the BATMAN interface
# See mesh.04-batman.network for configuration details
[NetDev]
Name={batdev}
Description=BATMAN interface
Kind=batadv
# See man:systemd.netdev(5) § [BATMANADVANCED] SECTION OPTIONS
[BatmanAdvanced]
# This helps choose the best network when many nodes have a DHCP
# server. See the B.A.T.M.A.N. documentation at
# https://www.open-mesh.org/projects/batman-adv/wiki/Gateways
GatewayMode={gateway_mode}