mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08:00
man: fix static bridge example
A NetDev is needed to create the bridge in order to match the example's description "This creates a bridge..."
This commit is contained in:
parent
0de5f18e2e
commit
bc33789a06
@ -4702,6 +4702,11 @@ Announce=yes</programlisting>
|
||||
<example>
|
||||
<title>A bridge with two enslaved links</title>
|
||||
|
||||
<programlisting># /etc/systemd/network/25-bridge-static.netdev
|
||||
[NetDev]
|
||||
Name=bridge0
|
||||
Kind=bridge</programlisting>
|
||||
|
||||
<programlisting># /etc/systemd/network/25-bridge-static.network
|
||||
[Match]
|
||||
Name=bridge0
|
||||
|
Loading…
Reference in New Issue
Block a user