Hi Martin,
On 16/09/14 13:19, Martin Hundebøll wrote:
Since other network components (and some drivers) uses the control block provided in skb's, the network coding feature might wrongly assume that an SKB has been decoded, and thus not try to code it with another packet again. This happens for instance when batman-adv is running on a bridge device.
Fix this by clearing the control block for every received SKB.
Signed-off-by: Martin Hundebøll martin@hundeboll.net
thanks for this patch. I guess this patch has to go into maint, but do you have any commit ID we could specify as Introduced-by ? (if you are about to send v2 with this info, please write "maint" right after PATCH)
Thanks!