Skip to content

Conversation

@vooon
Copy link
Contributor

@vooon vooon commented Dec 19, 2025

📦 Package Details

Maintainer: Roger D [email protected]

Description:

Fix errors like that:

Could not reach "77.88.8.8 for 66. Rebooting after reaching 21600

Run with sh -x, i got:

+ ping standard -I any -s 300 -c 1 '"77.88.8.8'

Which is caused by bad variable masking.
That also reported here: 5dc1390#comments

Also added enabled option to selectively disable sections
and connected stdio to log, to easify debugging with set -x.


🧪 Run Testing Details

  • OpenWrt Version: SNAPSHOT
  • OpenWrt Target/Subtarget: x86/64
  • OpenWrt Device: i5-7200U

✅ Formalities

  • I have reviewed the CONTRIBUTING.md file for detailed contributing guidelines.

Fix errors like that:

> Could not reach "77.88.8.8 for 66. Rebooting after reaching 21600

Run with `sh -x`, i got:
```
+ ping standard -I any -s 300 -c 1 '"77.88.8.8'
```

Which is caused by bad variable masking.

Also added `enabled` option to selectively disable sections.

Signed-off-by: Vladimir Ermakov <[email protected]>
vooon referenced this pull request Dec 19, 2025
The backend now correctly supports multiple IP addresses and avoids
argument shifting when mmifacename is empty.

Signed-off-by: Ivan Diaz <[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.

1 participant