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

Fixes on ubus-lime-utils #1143

Merged
merged 3 commits into from
Dec 27, 2024
Merged

Fixes on ubus-lime-utils #1143

merged 3 commits into from
Dec 27, 2024

Conversation

ilario
Copy link
Member

@ilario ilario commented Nov 23, 2024

The first and the third commits fix #956

I considered that the usage of watchping is not a real dependency of this package (this package does things even if watchping is not doing its things). So, rather than adding the dependency, I added a check for the existence of watchping (first commit).

The second commit is fixing a bug undetected since its introduction in 400ac95 within #890

The third commit is checking if the client-wwan interface exists before running ip on it.

This could also be merged in the 2024.1 branch for the upcoming release.

@G10h4ck G10h4ck merged commit 477ee4b into libremesh:master Dec 27, 2024
1 check passed
@ilario
Copy link
Member Author

ilario commented Dec 30, 2024

Picked in branch 2024.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ubus-lime-utils uses watchping but does not depend on it and should check for client-wwan before running
2 participants