forward original peer info in ospf route (#589)

prost doesn't support unknown field, and these info may be lost when
they go through a old version node.
This commit is contained in:
Sijie.Sun
2025-01-27 20:38:22 +08:00
committed by GitHub
parent 08546925cc
commit 4aea0821dd
10 changed files with 318 additions and 37 deletions

View File

@@ -284,6 +284,7 @@ impl PunchSymToConeHoleClient {
BaseController {
timeout_ms: 4000,
trace_id: 0,
..Default::default()
},
req,
)
@@ -314,6 +315,7 @@ impl PunchSymToConeHoleClient {
BaseController {
timeout_ms: 4000,
trace_id: 0,
..Default::default()
},
req,
)