diff --git a/Kernel/Net/Routing.cpp b/Kernel/Net/Routing.cpp index a96a201a5c..77c314acd2 100644 --- a/Kernel/Net/Routing.cpp +++ b/Kernel/Net/Routing.cpp @@ -76,7 +76,7 @@ protected: }); if (!maybe_mac_address.has_value()) return true; - return blocker.unblock_if_matching_ip_address(true, blocker.ip_address(), maybe_mac_address.value()); + return !blocker.unblock_if_matching_ip_address(true, blocker.ip_address(), maybe_mac_address.value()); } };