mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-12-02 11:40:44 +05:30
Pranav Jerry
f4a490210d
They won't work yet but when they do we can use the classes in iwd.py instead of using dasbus directly. Also added a Name to Match in systemd-networkd/06-eth.network
9 lines
140 B
SYSTEMD
9 lines
140 B
SYSTEMD
# This file bridges any ethernet device found
|
|
# to the bridge made in 02-bridge.netdev
|
|
[Match]
|
|
Name=en*
|
|
Name=eth*
|
|
|
|
[Network]
|
|
Bridge=bridge0
|