Adding bonding examples for systemd-networkd

This commit provides some basic bonding configuration examples for .netdev and .network files.
This commit is contained in:
Major Hayden 2015-08-20 22:14:49 -05:00
parent 0d43ffef5a
commit d94facdcaa
2 changed files with 26 additions and 0 deletions

View File

@ -985,6 +985,20 @@ Kind=veth
Name=veth-peer</programlisting>
</example>
<example>
<title>/etc/systemd/network/bond.netdev</title>
<programlisting>[NetDev]
Name=bond1
Kind=bond
[Bond]
Mode=802.3ad
TransmitHashPolicy=layer3+4
MIIMonitorSec=1s
LACPTransmitRate=fast
</programlisting>
</example>
<example>
<title>/etc/systemd/network/dummy.netdev</title>
<programlisting>[NetDev]

View File

@ -828,6 +828,18 @@ Name=em1
[Network]
Tunnel=vti-tun</programlisting>
</example>
<example>
<title>/etc/systemd/network/bond.network</title>
<programlisting>[Match]
Name=bond1
[Network]
DHCP=yes
</programlisting>
</example>
</refsect1>
<refsect1>