mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-11-27 01:02:15 +05:30
11 lines
250 B
SYSTEMD
11 lines
250 B
SYSTEMD
|
# Create a bridge interface
|
||
|
# The batman interface be will later linked to this bridge
|
||
|
[NetDev]
|
||
|
Name=bridge0
|
||
|
Description=Bridge
|
||
|
Kind=bridge
|
||
|
|
||
|
# uncomment to change the default settings
|
||
|
# see man:systemd.netdev(5) § [BRIDGE] SECTION OPTIONS
|
||
|
#[Bridge]
|