[PR #864] [CLOSED] Fix the Android route management #14426

Closed
opened 2026-08-05 02:09:58 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/864
Author: @pappz
Created: 5/16/2023
Status: Closed

Base: mainHead: fix/android_routing


📝 Commits (2)

  • ee65995 Fix the Android route management
  • 27c47e9 Add notification management for client rules

📊 Changes

16 files changed (+251 additions, -109 deletions)

View changed files

📝 client/internal/connect.go (+4 -4)
📝 client/internal/engine.go (+21 -3)
📝 client/internal/engine_test.go (+4 -4)
📝 client/internal/mobile_dependency.go (+0 -1)
client/internal/mobile_dependency_android.go (+0 -29)
client/internal/mobile_dependency_nonandroid.go (+0 -13)
📝 client/internal/routemanager/manager.go (+89 -41)
📝 client/internal/routemanager/mock.go (+11 -0)
client/internal/routemanager/notifier.go (+90 -0)
📝 iface/iface_android.go (+7 -2)
📝 iface/iface_nonandroid.go (+6 -1)
📝 iface/iface_test.go (+8 -8)
📝 iface/tun_android.go (+5 -2)
📝 management/client/client.go (+1 -0)
📝 management/client/mock.go (+4 -0)
📝 signal/client/grpc.go (+1 -1)

📄 Description

Describe your changes

The route mgm code filter out the server side route rules

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/864 **Author:** [@pappz](https://github.com/pappz) **Created:** 5/16/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/android_routing` --- ### 📝 Commits (2) - [`ee65995`](https://github.com/netbirdio/netbird/commit/ee659955c4a0202a2aebb65b0cd076a7dfe093e0) Fix the Android route management - [`27c47e9`](https://github.com/netbirdio/netbird/commit/27c47e998d1a4ac05d92789096aa7ebf3bd55488) Add notification management for client rules ### 📊 Changes **16 files changed** (+251 additions, -109 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/connect.go` (+4 -4) 📝 `client/internal/engine.go` (+21 -3) 📝 `client/internal/engine_test.go` (+4 -4) 📝 `client/internal/mobile_dependency.go` (+0 -1) ➖ `client/internal/mobile_dependency_android.go` (+0 -29) ➖ `client/internal/mobile_dependency_nonandroid.go` (+0 -13) 📝 `client/internal/routemanager/manager.go` (+89 -41) 📝 `client/internal/routemanager/mock.go` (+11 -0) ➕ `client/internal/routemanager/notifier.go` (+90 -0) 📝 `iface/iface_android.go` (+7 -2) 📝 `iface/iface_nonandroid.go` (+6 -1) 📝 `iface/iface_test.go` (+8 -8) 📝 `iface/tun_android.go` (+5 -2) 📝 `management/client/client.go` (+1 -0) 📝 `management/client/mock.go` (+4 -0) 📝 `signal/client/grpc.go` (+1 -1) </details> ### 📄 Description ## Describe your changes The route mgm code filter out the server side route rules ## Issue ticket number and link ### Checklist - [x] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 02:09:58 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#14426