bug: beacon incorrectly changes ethernet domain names when choosing a custom mDNS Hostname #2548
Open
1 task done
Labels
bug
Something isn't working
core
Issue related to BlueOS-core
P1 - Important Priority
High priority task
Bug description
By default the ethernet interface is accessible via
blueos.local
,blueos-ethernet.local
, andcompanion.local
.After configuring a custom mDNS hostname the defaults get ignored and overwritten, after which it's only possible to access the ethernet interface via
blueos.local
and<custom>.local
, which I believe (for consistency with the defaults) should instead beblueos.local
,<custom>-ethernet.local
,companion.local
, and possibly<custom>.local
.A pretty straightforward implementation would be to replace
blueos
with<custom>
in each of the strings, and then ifblueos
is not in the list anymore append it.Steps to reproduce
blueos-ethernet.local
orcompanion.local
-ethernet
suffixPrimary pain point(s)
Intended behaviour doesn't work, and failing to connect to the interface is a critical issue, especially for users who don't know the default interface names that are always available (e.g.
blueos-avahi.local
).Additional context
#1001 is another beacon configuration issue, although I don't believe they're related (but it might be worth trying to fix both at the same time).
Prerequisites
The text was updated successfully, but these errors were encountered: