-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openthread_border_router: bump to latest and smaller improvements (#3772
) * openthread_border_router: bump to latest and smaller improvements Bump to OTBR POSIX version 09574a202c2 (2024-09-23 08:54:32 -0700) and fix some smaller issues, specifically make sure that the log output is not buffered and avoid ipset errors. * openthread_border_router: bump to latest again Bump to OTBR POSIX version ff7227ea9a2 (2024-09-25 14:54:08 -0700). Gets rid of a local patch.
- Loading branch information
Showing
9 changed files
with
29 additions
and
72 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From e67d11327f3ee5f67107d866c2df575a2695727c Mon Sep 17 00:00:00 2001 | ||
From 2efa60f83b71402ce0c1ef176be8f88a9bfdefac Mon Sep 17 00:00:00 2001 | ||
From: Stefan Agner <[email protected]> | ||
Date: Mon, 5 Jun 2023 23:41:50 +0200 | ||
Subject: [PATCH] support deleting the dataset | ||
|
@@ -16,7 +16,7 @@ otDatasetCreateNewNetwork). | |
3 files changed, 57 insertions(+) | ||
|
||
diff --git a/src/rest/openapi.yaml b/src/rest/openapi.yaml | ||
index 2ba2a4dd56..2edc4af29a 100644 | ||
index 2ba2a4dd56f..2edc4af29ad 100644 | ||
--- a/src/rest/openapi.yaml | ||
+++ b/src/rest/openapi.yaml | ||
@@ -248,6 +248,18 @@ paths: | ||
|
@@ -55,7 +55,7 @@ index 2ba2a4dd56..2edc4af29a 100644 | |
schemas: | ||
LeaderData: | ||
diff --git a/src/rest/resource.cpp b/src/rest/resource.cpp | ||
index ce154c2e5b..1708faf6ab 100644 | ||
index ce154c2e5b3..1708faf6abc 100644 | ||
--- a/src/rest/resource.cpp | ||
+++ b/src/rest/resource.cpp | ||
@@ -767,12 +767,47 @@ exit: | ||
|
@@ -107,7 +107,7 @@ index ce154c2e5b..1708faf6ab 100644 | |
GetDataset(aDatasetType, aRequest, aResponse); | ||
break; | ||
diff --git a/src/rest/resource.hpp b/src/rest/resource.hpp | ||
index 0929dbcc50..cbe1702f2f 100644 | ||
index 0929dbcc50c..cbe1702f2fb 100644 | ||
--- a/src/rest/resource.hpp | ||
+++ b/src/rest/resource.hpp | ||
@@ -150,6 +150,7 @@ private: | ||
|
@@ -119,5 +119,5 @@ index 0929dbcc50..cbe1702f2f 100644 | |
void DeleteOutDatedDiagnostic(void); | ||
void UpdateDiag(std::string aKey, std::vector<otNetworkDiagTlv> &aDiag); | ||
-- | ||
2.46.0 | ||
2.46.1 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 7662acaaffb9cf730a8ba1d4f6014832dad23d0f Mon Sep 17 00:00:00 2001 | ||
From afb29a91024247f46e9e75954b930f4518444360 Mon Sep 17 00:00:00 2001 | ||
From: Stefan Agner <[email protected]> | ||
Date: Sat, 20 Jan 2024 16:31:28 +0100 | ||
Subject: [PATCH] set netif route metric lower | ||
|
@@ -11,17 +11,17 @@ OpenThread network interface's own route is lower than that. | |
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/third_party/openthread/CMakeLists.txt b/third_party/openthread/CMakeLists.txt | ||
index 8ea4516e4e..97007a58cd 100644 | ||
index eab6e7c6007..9e01d66aefd 100644 | ||
--- a/third_party/openthread/CMakeLists.txt | ||
+++ b/third_party/openthread/CMakeLists.txt | ||
@@ -106,6 +106,7 @@ target_compile_definitions(ot-config INTERFACE | ||
"-DOPENTHREAD_CONFIG_LOG_CLI=1" | ||
"-DOPENTHREAD_CONFIG_MAX_STATECHANGE_HANDLERS=3" | ||
"-DOPENTHREAD_CONFIG_MLE_STEERING_DATA_SET_OOB_ENABLE=1" | ||
"-DOPENTHREAD_CONFIG_TCP_ENABLE=0" | ||
+ "-DOPENTHREAD_POSIX_CONFIG_NETIF_PREFIX_ROUTE_METRIC=64" | ||
"-DOPENTHREAD_POSIX_CONFIG_FILE=\"${PROJECT_BINARY_DIR}/src/agent/openthread-otbr-posix-config.h\"" | ||
) | ||
|
||
-- | ||
2.46.0 | ||
2.46.1 | ||
|
52 changes: 0 additions & 52 deletions
52
openthread_border_router/0003-logging-support-disable-syslog-for-otbr-web-as-well.patch
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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