Remove unused error case

This commit is contained in:
Jon Häggblad
2024-02-05 09:01:11 +01:00
parent 4d62dc9c74
commit d7da6ed1ab
@@ -57,9 +57,6 @@ pub enum IpPacketRouterError {
#[error("the provided socket address, '{addr}' is not covered by the exit policy!")]
AddressNotCoveredByExitPolicy { addr: SocketAddr },
#[error("failed filter check: '{addr}'")]
AddressFailedFilterCheck { addr: SocketAddr },
#[error("failed to apply the exit policy: {source}")]
ExitPolicyFailure {
#[from]