Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2018 12:20:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        ipfw@FreeBSD.org
Subject:   [Bug 227674] [ipfw] [ipv6] ICMPv6 echo replies incorrectly matched by kernel ipfw
Message-ID:  <bug-227674-8303-OP4NXcpSgK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227674-8303@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227674-8303@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227674

--- Comment #3 from commit-hook@freebsd.org ---
A commit references this bug:

Author: ae
Date: Mon Apr 23 12:20:08 UTC 2018
New revision: 332886
URL: https://svnweb.freebsd.org/changeset/base/332886

Log:
  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
  Reported by:  eugen
  MFC after:    1 week

Changes:
  head/sys/netinet6/icmp6.c

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227674-8303-OP4NXcpSgK>