On Wednesday 11 May 2011 20:59:06 Sven Eckelmann wrote:
add_bcast_packet_to_list increases the refcount for if_incoming but the reference count is never decreased. The reference count must be increased for all kinds of forwarded packets which have the primary interface stored and forw_packet_free must decrease them. Also purge_outstanding_packets has to invoke forw_packet_free when a work item was really cancelled.
Applied in revision d18e485.
Thanks, Marek