[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.26 and 1.26.10.1

version 1.26, 2001/12/21 03:21:51 version 1.26.10.1, 2002/07/15 16:32:46
Line 187  in_gif_output(ifp, family, m)
Line 187  in_gif_output(ifp, family, m)
         if (dst->sin_family != sin_dst->sin_family ||          if (dst->sin_family != sin_dst->sin_family ||
             dst->sin_addr.s_addr != sin_dst->sin_addr.s_addr) {              dst->sin_addr.s_addr != sin_dst->sin_addr.s_addr) {
                 /* cache route doesn't match */                  /* cache route doesn't match */
                   bzero(dst, sizeof(*dst));
                 dst->sin_family = sin_dst->sin_family;                  dst->sin_family = sin_dst->sin_family;
                 dst->sin_len = sizeof(struct sockaddr_in);                  dst->sin_len = sizeof(struct sockaddr_in);
                 dst->sin_addr = sin_dst->sin_addr;                  dst->sin_addr = sin_dst->sin_addr;

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.26.10.1

CVSweb <webmaster@jp.NetBSD.org>