[BACK]Return to in_gif.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/in_gif.c between version 1.12 and 1.13

version 1.12, 2000/04/19 06:30:54 version 1.13, 2000/04/20 01:59:22
Line 372  gif_encapcheck4(m, off, proto, arg)
Line 372  gif_encapcheck4(m, off, proto, arg)
                 return 0;                  return 0;
   
         /* martian filters on outer source - NOT done in ip_input! */          /* martian filters on outer source - NOT done in ip_input! */
         if (IN_MULTICAST(&ip.ip_src.s_addr))          if (IN_MULTICAST(ip.ip_src.s_addr))
                 return 0;                  return 0;
         switch ((ntohl(ip.ip_src.s_addr) & 0xff000000) >> 24) {          switch ((ntohl(ip.ip_src.s_addr) & 0xff000000) >> 24) {
         case 0: case 127: case 255:          case 0: case 127: case 255:

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb <webmaster@jp.NetBSD.org>