[BACK]Return to in6_gif.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/in6_gif.c between version 1.60 and 1.61

version 1.60, 2014/05/18 14:46:16 version 1.61, 2015/04/24 07:51:43
Line 184  in6_gif_output(struct ifnet *ifp, int fa
Line 184  in6_gif_output(struct ifnet *ifp, int fa
   
         /* If the route constitutes infinite encapsulation, punt. */          /* If the route constitutes infinite encapsulation, punt. */
         if (rt->rt_ifp == ifp) {          if (rt->rt_ifp == ifp) {
                   rtcache_free(&sc->gif_ro);
                 m_freem(m);                  m_freem(m);
                 return ENETUNREACH;     /* XXX */                  return ENETUNREACH;     /* XXX */
         }          }

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

CVSweb <webmaster@jp.NetBSD.org>