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

zerotier: update to 1.14.1 #24990

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

mwarning
Copy link
Contributor

Maintainer: me
Compile tested: ramips/mt76x8, OpenWrt master
Run tested: same as compiled for, tl-wr902ac-v3

@mwarning mwarning changed the title zerotier: update to 1.14.1 [draft] zerotier: update to 1.14.1 Sep 18, 2024
Signed-off-by: Moritz Warning <[email protected]>
@mwarning mwarning changed the title [draft] zerotier: update to 1.14.1 zerotier: update to 1.14.1 Sep 18, 2024
@mwarning
Copy link
Contributor Author

@ogarcia please have a look.

@@ -41,6 +41,7 @@ start_service() {

if [ ${enabled} -eq 0 ]; then
echo "disabled in /etc/config/zerotier"
return 1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the best thing to do here is to simply put a plain return instead of a return 1 (as I had put here), I don't think it is necessary for the startup script to return an error if the user has ZeroTier disabled by configuration.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@ogarcia
Copy link

ogarcia commented Sep 18, 2024

@ogarcia please have a look.

I see everything correct (only if you want to change return 1 to return), it also compiled perfectly in local. 😉

Signed-off-by: Moritz Warning <[email protected]>
The official name of this public network
for testing is Earth.

Signed-off-by: Moritz Warning <[email protected]>
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.

2 participants