Allow setting mtu and mac addr on bonds in NetworkManager

Signed-off-by: Tim Weiers <56134890+tweiers@users.noreply.github.com>
Co-authored-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Tim Weiers
2025-09-19 18:38:28 +00:00
committed by Jonathon Anderson
parent a16d92f56e
commit 2b8d1be6b6
4 changed files with 299 additions and 3 deletions

View File

@@ -288,10 +288,17 @@ customize the interface:
NetworkManager
^^^^^^^^^^^^^^
The NetworkManager overlay supports additional netdev tags for advanced
interface configuration:
- **parent_device:** the parent device of a vlan interface
- **vlan_id:** the vlan id for a vlan interface
- **downdelay, updelay, miimon, mode, xmit_hash_policy:**
bond device settings
- **type:** a secondary interface type, typically used to specify the bond type
(e.g., ``ethernet`` or ``infiniband``)
- **mtu:** specify the mtu for the interface
- **cloned-mac-address:** set a cloned MAC address for the interface
Basics
------