[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.98 and 1.99

version 1.98, 2000/02/12 17:45:44 version 1.99, 2000/02/12 18:00:00
Line 399  ip_input(struct mbuf *m)
Line 399  ip_input(struct mbuf *m)
         }          }
   
         /*          /*
          * RFC1112: packets with a multicast source address are           * RFC1122: packets with a multicast source address are
          * not allowed.           * not allowed.
          */           */
         if (IN_MULTICAST(ip->ip_src.s_addr)) {          if (IN_MULTICAST(ip->ip_src.s_addr)) {

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99

CVSweb <webmaster@jp.NetBSD.org>