|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.92, 1999/07/23 15:21:17 | version 1.93, 1999/10/17 16:00:00 | ||
|---|---|---|---|
|
|
||
| ntohl(ip->ip_src.s_addr), | ntohl(ip->ip_src.s_addr), | ||
| ntohl(ip->ip_dst.s_addr), ip->ip_ttl); | ntohl(ip->ip_dst.s_addr), ip->ip_ttl); | ||
| #endif | #endif | ||
| if (m->m_flags & M_BCAST || in_canforward(ip->ip_dst) == 0) { | if (m->m_flags & (M_BCAST|M_MCAST) || in_canforward(ip->ip_dst) == 0) { | ||
| ipstat.ips_cantforward++; | ipstat.ips_cantforward++; | ||
| m_freem(m); | m_freem(m); | ||
| return; | return; |