add GlobalCtxEvent::PeerInfoUpdated, issue this event in do_sync_route_info

fix use in peer_ospf_route.rs
This commit is contained in:
Luna Yao
2026-02-22 03:11:14 +01:00
parent 088628c1b6
commit f75c35d4a0
3 changed files with 18 additions and 17 deletions
+2
View File
@@ -307,6 +307,8 @@ fn handle_event(
event!(info, peer_id, "[{}] peer removed", instance_id);
}
GlobalCtxEvent::PeerInfoUpdated(_) => {}
GlobalCtxEvent::PeerConnAdded(conn_info) => {
event!(
info,