/[base]
ViewVC logotype

Revision 333206


Jump to revision: Previous Next
Author: ae
Date: Thu May 3 08:15:32 2018 UTC (6 years, 2 months ago)
Changed paths: 2
Log Message:
MFC r332886:
  icmp6_reflect() sends ICMPv6 message with new IPv6 header. So, it is
  considered as originated by our host packet. And thus rcvif should be
  NULL, since it is used by ipfw(4) to determine that packet was originated
  from this host. Some of icmp6_reflect() consumers reuse mbuf and m_pkthdr
  without resetting rcvif pointer. To avoid this always reset m_pkthdr.rcvif
  pointer to NULL in icmp6_reflect(). Also remove such line and comment
  describing this from icmp6_error(), since it does not longer matters.

  PR:		227674


Changed paths

Path Details
Directorystable/11/ modified , props changed
Directorystable/11/sys/netinet6/icmp6.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27