-
Notifications
You must be signed in to change notification settings - Fork 232
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
[backbone-router] add Backbone multicast routing #532
Conversation
Codecov Report
@@ Coverage Diff @@
## master #532 +/- ##
==========================================
- Coverage 76.82% 76.59% -0.24%
==========================================
Files 70 74 +4
Lines 4885 4905 +20
==========================================
+ Hits 3753 3757 +4
- Misses 1132 1148 +16
Continue to review full report at Codecov.
|
cee3867
to
870239e
Compare
3447b8a
to
670eee6
Compare
c6d6199
to
1dead23
Compare
e041199
to
a89e2e5
Compare
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
70aafe8
to
609eea8
Compare
b2d79e6
to
a261ec3
Compare
a261ec3
to
b7229fc
Compare
b7229fc
to
ce1cc3f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM:+1:
8173cbe
to
d5ed923
Compare
The raspbian-check is constantly failing:
The issue is now fixed by ryankurte/docker-rpi-emu#21. Previously we never successfully expanded the raspbian image by 1024MB. |
151f0b1
to
4262812
Compare
7976e6f
to
4ba806a
Compare
Bug: 171933690 * origin/github/master: [cmake] update OT_LOG_LEVEL for debug build (openthread#582) [common] remove client dependency of OpenThread header (openthread#601) [web-service] escape networkname (openthread#579) [backbone-router] add Backbone multicast routing (openthread#532) [docker] add backbone CI dependency (openthread#599) [cmake] fix conditional inclusion of REST dependencies (openthread#597) [openthread] update to 7a24666 (openthread#596) [docker] move to ubuntu 20.04 (openthread#595) Change-Id: I7570b0245992f3d08d9242a163565d3e417cc241
This PR uses
smcroute
to implement multicast forwarding for MLR Listeners.Major changes include:
script/setup
otbr-backbone-router
libraryBACKBONE_ROUTER
andNAT64
Suggested merge steps: @jwhui