From: Simon Wunderlich Date: Sun, 22 Jan 2012 19:00:24 +0000 (+0100) Subject: batman-adv: add broadcast duplicate check X-Git-Tag: v3.5-rc1~109^2~513 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe2da6ff27c73c1d102ec2189f94e8bc729d1a9b;p=pandora-kernel.git batman-adv: add broadcast duplicate check When multiple backbone gateways relay the same broadcast from the backbone into the mesh, other nodes in the mesh may receive this broadcast multiple times. To avoid this, the crc checksums of received broadcasts are recorded and new broadcast packets with the same content may be dropped if received by another gateway. Signed-off-by: Simon Wunderlich Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed