Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More similar behaviour for getMACAddress(..) in Windows and Linux #263

Closed
bernhard-thiele opened this issue Sep 6, 2018 · 0 comments · Fixed by #299
Closed

More similar behaviour for getMACAddress(..) in Windows and Linux #263

bernhard-thiele opened this issue Sep 6, 2018 · 0 comments · Fixed by #299
Assignees
Milestone

Comments

@bernhard-thiele
Copy link
Collaborator

The Linux implementation only returns MAC addresses of connected interfaces while the Windows implementation returns MAC addresses of all available interfaces (see also #261). Goal is to change the Linux implementation in that respect so that it has a behavior that is similar to the Windows implementation.

@bernhard-thiele bernhard-thiele self-assigned this Sep 6, 2018
@bernhard-thiele bernhard-thiele added this to the v1.8.0 milestone Mar 28, 2019
bernhard-thiele added a commit to bernhard-thiele/Modelica_DeviceDrivers that referenced this issue Nov 1, 2019
getMACAddress() in Linux should now also work for interfaces which are not
connected. Fixes modelica-3rdparty#263.
bernhard-thiele added a commit that referenced this issue Nov 1, 2019
getMACAddress() in Linux should now also work for interfaces which are not
connected. Fixes #263.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant