route work

This commit is contained in:
John Smith
2022-10-28 22:26:21 -04:00
parent be55a42878
commit d335b56571
5 changed files with 246 additions and 23 deletions

View File

@@ -2,7 +2,6 @@ use super::*;
use crate::veilid_api::*;
use serde::*;
/// Compiled route (safety route + private route)
#[derive(Clone, Debug)]
pub struct CompiledRoute {
@@ -771,7 +770,7 @@ impl RouteSpecStore {
RouteNode::PeerInfo(pi.unwrap())
}
},
next_hop: Some(route_hop_data),
next_hop: route_hop_data,
};
// Make next blob from route hop