[BACK]Return to ip6_mroute.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_mroute.c between version 1.54 and 1.55

version 1.54, 2003/08/22 20:20:09 version 1.55, 2003/08/22 21:53:08
Line 1549  phyint_send(ip6, mifp, m)
Line 1549  phyint_send(ip6, mifp, m)
                 im6o.im6o_multicast_hlim = ip6->ip6_hlim;                  im6o.im6o_multicast_hlim = ip6->ip6_hlim;
                 im6o.im6o_multicast_loop = 1;                  im6o.im6o_multicast_loop = 1;
                 error = ip6_output(mb_copy, NULL, &ro, IPV6_FORWARDING,                  error = ip6_output(mb_copy, NULL, &ro, IPV6_FORWARDING,
                                    &im6o, (struct in6pcb *)0, NULL);                                     &im6o, (struct socket *)0, NULL);
   
 #ifdef MRT6DEBUG  #ifdef MRT6DEBUG
                 if (mrt6debug & DEBUG_XMIT)                  if (mrt6debug & DEBUG_XMIT)

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

CVSweb <webmaster@jp.NetBSD.org>