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

Crude fix for multiple interfaces #1106

Merged
merged 1 commit into from
Sep 11, 2018
Merged

Crude fix for multiple interfaces #1106

merged 1 commit into from
Sep 11, 2018

Conversation

EvilOlaf
Copy link
Member

@EvilOlaf EvilOlaf commented Sep 10, 2018

I ran into an issue that armbianmonitor -N and -n spit out an sed error message and noticed this is caused when multiple network interfaces (like additional tun) are detected.

This is a quick and dirty fix and just grabs the first result (which for me at least is eth0) to make it work.

Edit: It is using tun0 as first result, but I think on classic VPN usage this should be this way, shouldn't it?
¯\(ツ)

I ran into an issue that `armbianmonitor -N` and `-n` spit out an `sed` error message and noticed this is caused when multiple network interfaces (like additional `tun`) are detected.
This is a quick and dirty fix and just grabs the first result to make it work.
@ThomasKaiser ThomasKaiser merged commit 00d44fe into armbian:master Sep 11, 2018
@EvilOlaf EvilOlaf deleted the patch-1 branch September 11, 2018 10:11
ThomasKaiser pushed a commit that referenced this pull request Sep 11, 2018
When running armbianmonitor -N/n and two or more routable network interfaces are detected create a dynamic dialog box to select which interface should be monitored. Otherwise proceed as usual. Also reverts #1106
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants