|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.130.2.8, 2002/04/01 07:48:36 | version 1.130.2.9, 2002/05/04 19:51:50 | ||
|---|---|---|---|
|
|
||
| #ifdef MROUTING | #ifdef MROUTING | ||
| extern struct socket *ip_mrouter; | extern struct socket *ip_mrouter; | ||
| if (m->m_flags & M_EXT) { | if (M_READONLY(m)) { | ||
| if ((m = m_pullup(m, hlen)) == 0) { | if ((m = m_pullup(m, hlen)) == 0) { | ||
| ipstat.ips_toosmall++; | ipstat.ips_toosmall++; | ||
| return; | return; |