[PATCH] Handle PACKET_TAG_IPFORWARD and TIMEWAIT state

Andrey V. Elsukov ae at FreeBSD.org
Fri Mar 1 15:55:27 UTC 2013


On 01.03.2013 01:06, Ed Maste wrote:
> On 28 February 2013 14:10, Ed Maste <emaste at freebsd.org> wrote:
>> The attached patch keeps the fwd_tag
>> around until finished with pcb lookup.
> 
> There's a small bug in that patch - a corrected version, which handles
> a NULL return from m_tag_find, can be found at:
> http://people.freebsd.org/~emaste/patches/fwd_tag_findpcb.diff

Hi Ed,

it seems this problem was there before my breakage.
Also, it think that m_tag_unlink is redundant here, because you clear
the M_IP_NEXTHOP/M_IP6_NEXTHOP flag.

-- 
WBR, Andrey V. Elsukov


More information about the freebsd-net mailing list