[BACK]Return to raw_ip6.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/raw_ip6.c between version 1.155 and 1.156

version 1.155, 2017/01/24 07:09:25 version 1.156, 2017/03/03 07:13:06
Line 514  rip6_output(struct mbuf *m, struct socke
Line 514  rip6_output(struct mbuf *m, struct socke
                 struct ifnet *ret_oifp = NULL;                  struct ifnet *ret_oifp = NULL;
   
                 error = ip6_output(m, optp, &in6p->in6p_route, 0,                  error = ip6_output(m, optp, &in6p->in6p_route, 0,
                     in6p->in6p_moptions, so, &ret_oifp);                      in6p->in6p_moptions, in6p, &ret_oifp);
                 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6) {                  if (so->so_proto->pr_protocol == IPPROTO_ICMPV6) {
                         if (ret_oifp)                          if (ret_oifp)
                                 icmp6_ifoutstat_inc(ret_oifp, type, code);                                  icmp6_ifoutstat_inc(ret_oifp, type, code);

Legend:
Removed from v.1.155  
changed lines
  Added in v.1.156

CVSweb <webmaster@jp.NetBSD.org>