tweak
This commit is contained in:
@@ -125,8 +125,8 @@ impl<R: Rng>
|
||||
self.state.client_forwarding_disabled_dropped();
|
||||
Vec::new()
|
||||
} else if self.state.is_internal_service_provider(client_address) {
|
||||
// SW TODO route packet to SP channel, no output (no need for framing and encrytpion, which is why we exit here)
|
||||
self.state.internal_sp_routed();
|
||||
// SW TODO route packet to SP channel, no output (no need for framing and encrytpion, which is why we exit here)
|
||||
Vec::new()
|
||||
} else {
|
||||
// SW TODO client address lookup
|
||||
|
||||
Reference in New Issue
Block a user