diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c index c2578a08151..1d0da35d568 100644 --- a/sys/netinet/ip_fw2.c +++ b/sys/netinet/ip_fw2.c @@ -2050,7 +2050,7 @@ check_body: (proto != IPPROTO_ICMP || is_icmp_query(ip)) && !(m->m_flags & (M_BCAST|M_MCAST)) && - !IN_MULTICAST(dst_ip.s_addr)) { + !IN_MULTICAST(ntohl(dst_ip.s_addr))) { send_reject(args, cmd->arg1, offset,ip_len); m = args->m;