mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-12-02 11:40:44 +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.
12 lines
312 B
SYSTEMD
12 lines
312 B
SYSTEMD
# Create a bridge interface
|
|
# The batman interface be will later linked to this bridge.
|
|
# See 07-bridge.network to see how this bridge is configured
|
|
[NetDev]
|
|
Name=bridge0
|
|
Description=Bridge
|
|
Kind=bridge
|
|
|
|
# uncomment to change the default settings
|
|
# see man:systemd.netdev(5) § [BRIDGE] SECTION OPTIONS
|
|
#[Bridge]
|