mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-11-30 10:42:15 +05:30
Pranav Jerry
a7304a986b
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.
17 lines
311 B
SYSTEMD
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
|
|
|