Fix display of dotted field names

- Fixes: #1825

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-03-18 11:30:15 -06:00
parent 3c981466ba
commit 3919dea887
3 changed files with 53 additions and 1 deletions

View File

@@ -672,6 +672,18 @@ nodeprofiles:
source: "",
value: "p1,p2",
},
"dotted netdev name": {
nodesConf: `
nodes:
n1:
network devices:
eth0.100:
type: Ethernet`,
node: "n1",
field: "NetDevs[eth0.100].Type",
source: "",
value: "Ethernet",
},
"node netdev tag": {
nodesConf: `
nodes: