--- nono/vm/rtl8019as.cpp 2026/04/29 17:05:38 1.1.1.5 +++ nono/vm/rtl8019as.cpp 2026/04/29 17:05:46 1.1.1.6 @@ -70,6 +70,8 @@ RTL8019ASDevice::Init() { uint n = GetId() - OBJ_ETHERNET0; + hostnet->SetPortName(string_format("Nereid#%u", n)); + // MAC アドレスを取得 MacAddr macaddr; if (inherited::GetConfigMacAddr(n, &macaddr, false) == false) {