mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-08-07 13:09:46 +00:00
add GlobalCtxEvent::PeerInfoUpdated, issue this event in do_sync_route_info
fix use in peer_ospf_route.rs
This commit is contained in:
@@ -307,6 +307,8 @@ fn handle_event(
|
||||
event!(info, peer_id, "[{}] peer removed", instance_id);
|
||||
}
|
||||
|
||||
GlobalCtxEvent::PeerInfoUpdated(_) => {}
|
||||
|
||||
GlobalCtxEvent::PeerConnAdded(conn_info) => {
|
||||
event!(
|
||||
info,
|
||||
|
||||
Reference in New Issue
Block a user