[BACK]Return to ip6_input.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet6

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet6/ip6_input.c between version 1.51 and 1.52

version 1.51, 2001/12/22 01:40:03 version 1.52, 2002/05/12 15:48:39
Line 357  ip6_input(m)
Line 357  ip6_input(m)
          * support IPv4-less kernel compilation, we cannot support SIIT           * support IPv4-less kernel compilation, we cannot support SIIT
          * environment at all.  So, it makes more sense for us to reject any           * environment at all.  So, it makes more sense for us to reject any
          * malicious packets for non-SIIT environment, than try to do a           * malicious packets for non-SIIT environment, than try to do a
          * partical support for SIIT environment.           * partial support for SIIT environment.
          */           */
         if (IN6_IS_ADDR_V4MAPPED(&ip6->ip6_src) ||          if (IN6_IS_ADDR_V4MAPPED(&ip6->ip6_src) ||
             IN6_IS_ADDR_V4MAPPED(&ip6->ip6_dst)) {              IN6_IS_ADDR_V4MAPPED(&ip6->ip6_dst)) {

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

CVSweb <webmaster@jp.NetBSD.org>