how to set MTU on bond interface

This commit is contained in:
2024-08-29 13:47:46 +02:00
parent e6adaff217
commit c7e30b531b
+4
View File
@@ -157,6 +157,10 @@ networking::bonding::bond0:
mode: '802.3ad'
xmit_hash_policy: 'layer2+3'
miimon: '100'
# optional
additional_config:
ethernet:
mtu: 9000
```
Feel free to extend the documentation here or provide a link for detailed explanation of the bond options.