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.
8 lines
130 B
SYSTEMD
8 lines
130 B
SYSTEMD
# This file bridges any ethernet device found
|
|
# to the bridge made in 02-bridge.netdev
|
|
[Match]
|
|
Name=en*
|
|
|
|
[Network]
|
|
Bridge=bridge0
|