more private route work

This commit is contained in:
John Smith
2023-02-24 21:02:24 -05:00
parent 4823c979ab
commit 7962d3fe11
11 changed files with 810 additions and 623 deletions

View File

@@ -21,8 +21,8 @@ pub enum Destination {
},
/// Send to private route (privateroute)
PrivateRoute {
/// A private route to send to
private_route: PrivateRoute,
/// A private route set id to send to
private_route: String,
/// Require safety route or not
safety_selection: SafetySelection,
},