forked from openthread/ot-br-posix
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update forks #1
Merged
Merged
Update forks #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The typo is fixed and now -v option could correctly print version information.
Because of the code divergence of chromium mojo and open-source libchrome. It's no longer possible to maintain an open-source version of mojo-based mdns.
This feature is not enabled by default in OpenThread. Add feature flags to allow disabling it to avoid link errors.
This commit outputs more exception information when the path is invalid.
This allows users other than root to use otbr-agent service.
This commit ensures ninja has permission to access the log files (i.e. .ninja_log and .ninja_deps)
This fixes setup script by 2 modifications: - Changes network manager ipv6.method to auto to make WiFi AP work. - Stops and disables dnsmasq before starting bind9 to fix the "port 53 in use" issue.
This change allows the dbus agent to send device role changed signals under unexpected external resets. (e.g. ot-ctl factoryreset and internal OpenThread resets).
Example: ```bash docker build --build-arg OTBR_OPTIONS=-DOT_POSIX_CONFIG_RCP_BUS=SPI -f etc/docker/Dockerfile . ```
This helps to test the logic of scan, neighbor table and child table.
This commit fixes a reflected XSS vulnerability of otbr-web. The exception message may contain user inputs so needs to escape sensitive characters.
To support automated armv7 docker builds.
Unlink python2 before brew install, which fails for unable to link python as python3.
* Should not close interface upon join failure * Fix wrong API call to start Thread * Add tests for joining
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update ot-br posix fork.