[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.93.2.8 and 1.134

version 1.93.2.8, 2001/04/21 17:46:48 version 1.134, 2001/05/21 03:31:36
Line 1514  ip_forward(m, srcrt)
Line 1514  ip_forward(m, srcrt)
         }          }
   
 #ifdef IPSEC  #ifdef IPSEC
         /* Don't lookup socket in forwading case */          /* Don't lookup socket in forwarding case */
         (void)ipsec_setsocket(m, NULL);          (void)ipsec_setsocket(m, NULL);
 #endif  #endif
         error = ip_output(m, (struct mbuf *)0, &ipforward_rt,          error = ip_output(m, (struct mbuf *)0, &ipforward_rt,

Legend:
Removed from v.1.93.2.8  
changed lines
  Added in v.1.134

CVSweb <webmaster@jp.NetBSD.org>