fix ospf route (#970)

- **fix deadlock in ospf route introducd by #958 **
- **use random peer id for foreign network entry, because ospf route algo need peer id change after peer info version reset. this may interfere route propagation and cause node residual**
- **allow multiple nodes broadcast same network ranges for subnet proxy**
- **bump version to v2.3.2**
This commit is contained in:
Sijie.Sun
2025-06-11 09:44:03 +08:00
committed by GitHub
parent ecebbecd3b
commit 870353c499
18 changed files with 316 additions and 72 deletions
Generated
+3 -3
View File
@@ -1942,7 +1942,7 @@ checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
[[package]]
name = "easytier"
version = "2.3.1"
version = "2.3.2"
dependencies = [
"aes-gcm",
"anyhow",
@@ -2070,7 +2070,7 @@ dependencies = [
[[package]]
name = "easytier-gui"
version = "2.3.1"
version = "2.3.2"
dependencies = [
"anyhow",
"chrono",
@@ -2116,7 +2116,7 @@ dependencies = [
[[package]]
name = "easytier-web"
version = "2.3.1"
version = "2.3.2"
dependencies = [
"anyhow",
"async-trait",