[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.284.4.4 and 1.296

version 1.284.4.4, 2011/05/31 03:05:07 version 1.296, 2011/08/31 18:31:03
Line 1405  ip_forward(struct mbuf *m, int srcrt)
Line 1405  ip_forward(struct mbuf *m, int srcrt)
   
         error = ip_output(m, NULL, &ipforward_rt,          error = ip_output(m, NULL, &ipforward_rt,
             (IP_FORWARDING | (ip_directedbcast ? IP_ALLOWBROADCAST : 0)),              (IP_FORWARDING | (ip_directedbcast ? IP_ALLOWBROADCAST : 0)),
             (struct ip_moptions *)NULL, (struct socket *)NULL);              NULL, NULL);
   
         if (error)          if (error)
                 IP_STATINC(IP_STAT_CANTFORWARD);                  IP_STATINC(IP_STAT_CANTFORWARD);

Legend:
Removed from v.1.284.4.4  
changed lines
  Added in v.1.296

CVSweb <webmaster@jp.NetBSD.org>