View | Details | Raw Unified | Return to bug 227674
Collapse All | Expand All

(-)sys/netinet6/icmp6.c (-1 / +1 lines)
Lines 2183-2189 icmp6_reflect(struct mbuf *m, size_t off) Link Here
2183
	 */
2183
	 */
2184
2184
2185
	m->m_flags &= ~(M_BCAST|M_MCAST);
2185
	m->m_flags &= ~(M_BCAST|M_MCAST);
2186
2186
	m->m_pkthdr.rcvif = NULL;
2187
	ip6_output(m, NULL, NULL, 0, NULL, &outif, NULL);
2187
	ip6_output(m, NULL, NULL, 0, NULL, &outif, NULL);
2188
	if (outif)
2188
	if (outif)
2189
		icmp6_ifoutstat_inc(outif, type, code);
2189
		icmp6_ifoutstat_inc(outif, type, code);

Return to bug 227674