| version 1.82.2.2, 1999/05/03 22:22:42 |
version 1.82.2.3, 1999/10/17 23:59:59 |
| Line 1227 ip_forward(m, srcrt) |
|
| Line 1227 ip_forward(m, srcrt) |
|
| 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; |