[PR #2444] [MERGED] fix routes not being saved when new nodes registers #2668

Closed
opened 2025-12-29 03:22:16 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/2444
Author: @kradalby
Created: 2/23/2025
Status: Merged
Merged: 2/23/2025
Merged by: @kradalby

Base: mainHead: kradalby/exit-node-test


📝 Commits (5)

📊 Changes

6 files changed (+150 additions, -1 deletions)

View changed files

📝 .github/workflows/test-integration.yaml (+2 -0)
📝 CHANGELOG.md (+3 -1)
📝 hscontrol/db/node.go (+4 -0)
📝 hscontrol/db/node_test.go (+2 -0)
📝 integration/route_test.go (+122 -0)
📝 integration/tsic/tsic.go (+17 -0)

📄 Description

Fixes #2433


🔄 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/juanfont/headscale/pull/2444 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 2/23/2025 **Status:** ✅ Merged **Merged:** 2/23/2025 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `kradalby/exit-node-test` --- ### 📝 Commits (5) - [`fec8d83`](https://github.com/juanfont/headscale/commit/fec8d831d865c9d729d42e9a66e6d0501156c059) add test to validate exitnode propagation - [`7b06ba3`](https://github.com/juanfont/headscale/commit/7b06ba3dc49d7974b81b7a100292ca658ea0d1a0) save routes on register - [`a099c45`](https://github.com/juanfont/headscale/commit/a099c45f625065bf302c5f31047bf1d08e687eac) update changelog - [`ac452e4`](https://github.com/juanfont/headscale/commit/ac452e42348135e5775737d470ffcb88db6e42d2) no nil - [`857ad6b`](https://github.com/juanfont/headscale/commit/857ad6b86bffa9ea26d1dbae39751afb942e7ae9) add missing integration tests ### 📊 Changes **6 files changed** (+150 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test-integration.yaml` (+2 -0) 📝 `CHANGELOG.md` (+3 -1) 📝 `hscontrol/db/node.go` (+4 -0) 📝 `hscontrol/db/node_test.go` (+2 -0) 📝 `integration/route_test.go` (+122 -0) 📝 `integration/tsic/tsic.go` (+17 -0) </details> ### 📄 Description Fixes #2433 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 03:22:16 +01:00
adam closed this issue 2025-12-29 03:22:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2668