pybatmesh/systemd-networkd/mesh.04-batman.network
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

17 lines
311 B
SYSTEMD

[Match]
Name={batdev}
[Network]
Description=Configuration for the BATMAN interface
Bridge={bridgedev}
# like in mesh.03-wireless-ad-hoc.network, this interface
# also shouldn't have IP address the address will
# be assigned to the bridge
DHCP=no
DHCPServer=no
LinkLocalAddressing=no
LLMNR=no
MulticastDNS=no