Added support for a DNSSEARCH netdev tag in network configuration overlays

- Closes: #1256

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-02-11 20:17:40 -07:00
committed by Christian Goll
parent 428b06463f
commit da26fa3061
14 changed files with 314 additions and 244 deletions

View File

@@ -110,6 +110,21 @@ configured network interfaces, typically based on a known MAC address.
- systemd.netname
- udev.netname
Several of the network configuration overlays support netdev tags to further
customize the interface:
- **``DNS[0-9]*``:** one or more DNS servers
- **``DNSSEARCH``:** domain search path
- **``MASTER``:** the master for a bond interface
NetworkManager
^^^^^^^^^^^^^^
- **``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
Basics
------