[BACK]Return to ip_input.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet/ip_input.c between version 1.33 and 1.34

version 1.33, 1996/09/06 05:07:44 version 1.34, 1996/09/08 15:49:43
Line 1075  ip_forward(m, srcrt)
Line 1075  ip_forward(m, srcrt)
         }          }
   
         /*          /*
          * Save at most 64 bytes of the packet in case           * Save at most 68 bytes of the packet in case
          * we need to generate an ICMP message to the src.           * we need to generate an ICMP message to the src.
          */           */
         mcopy = m_copy(m, 0, imin((int)ip->ip_len, 64));          mcopy = m_copy(m, 0, imin((int)ip->ip_len, 68));
   
         /*          /*
          * If forwarding packet using same interface that it came in on,           * If forwarding packet using same interface that it came in on,

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

CVSweb <webmaster@jp.NetBSD.org>