[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.275 and 1.275.4.1

version 1.275, 2008/10/04 00:09:34 version 1.275.4.1, 2008/11/25 04:04:38
Line 931  ours:
Line 931  ours:
                                  */                                   */
                                 if (ip->ip_tos != fp->ipq_tos) {                                  if (ip->ip_tos != fp->ipq_tos) {
                                         IP_STATINC(IP_STAT_BADFRAGS);                                          IP_STATINC(IP_STAT_BADFRAGS);
                                           IPQ_UNLOCK();
                                         goto bad;                                          goto bad;
                                 }                                  }
                                 goto found;                                  goto found;

Legend:
Removed from v.1.275  
changed lines
  Added in v.1.275.4.1

CVSweb <webmaster@jp.NetBSD.org>