fix(global_defaults): default interface name to eth0 instead of empty string

This commit is contained in:
2026-02-21 02:38:59 +01:00
parent 221bb4d517
commit 86f0284acb

View File

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