mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-12-26 18:10:21 +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.
10 lines
192 B
SYSTEMD
10 lines
192 B
SYSTEMD
# This file bridges any ethernet device found
|
|
# to the bridge made in mesh.02-bridge.netdev
|
|
[Match]
|
|
Name=en*
|
|
Name=eth*
|
|
|
|
[Network]
|
|
Description=Connect ethernet to the bridge
|
|
Bridge={bridgedev}
|