From: Herbert Xu Date: Sat, 27 Feb 2010 19:41:46 +0000 (+0000) Subject: bridge: Add multicast forwarding functions X-Git-Tag: v2.6.34-rc1~233^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cb5e947d8f82011e3d7e7017e9d10db9a40ae9f;p=pandora-kernel.git bridge: Add multicast forwarding functions This patch adds code to perform selective multicast forwarding. We forward multicast traffic to a set of ports plus all multicast router ports. In order to avoid duplications among these two sets of ports, we order all ports by the numeric value of their pointers. The two lists are then walked in lock-step to eliminate duplicates. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed