mirror of
https://github.com/systemd/systemd.git
synced 2024-11-04 13:51:24 +03:00
99f68ef02d
Add support for bonding options system prio, port key and actor system mac. These options exist in the linux kernel since 4.2 (torvalds/linux@171a42c38c) Details: https://www.kernel.org/doc/Documentation/networking/bonding.txt
19 lines
296 B
SYSTEMD
19 lines
296 B
SYSTEMD
[NetDev]
|
|
Name=bond99
|
|
Kind=bond
|
|
|
|
[Bond]
|
|
Mode=802.3ad
|
|
TransmitHashPolicy=layer3+4
|
|
MIIMonitorSec=1s
|
|
LACPTransmitRate=fast
|
|
UpDelaySec=2s
|
|
DownDelaySec=2s
|
|
ResendIGMP=4
|
|
MinLinks=1
|
|
AdActorSysPrio=1218
|
|
AdUserPortKey=811
|
|
AdActorSystem=00:11:22:33:44:55
|
|
# feed the sanitizer
|
|
AdActorSystem=00:11:22:33:44:55
|