fix(configuration): omit interface-name when not explicitly provided to avoid predictable naming mismatch

This commit is contained in:
2026-02-21 07:56:21 +01:00
parent b1d2294d63
commit b84688f1d6
3 changed files with 5 additions and 7 deletions

View File

@@ -41,7 +41,7 @@
if (system_raw.network.interfaces | default([]) | length > 0)
else (
[{
'name': 'eth0',
'name': '',
'bridge': system_raw.network.bridge | default('') | string,
'vlan': system_raw.network.vlan | default('') | string,
'ip': system_raw.network.ip | default('') | string,