From: Stephen Hemminger Date: Thu, 26 Apr 2007 05:03:10 +0000 (-0700) Subject: [BRIDGE]: don't change packet type X-Git-Tag: v2.6.22-rc1~1128^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83aa0938ff59e8ef6d0b99260063ebe84fc84a16;p=pandora-kernel.git [BRIDGE]: don't change packet type The change to forward STP bpdu's (for usermode STP) through normal path, changed the packet type in the process. Since link local stuff is multicast, it should stay pkt_type = PACKET_MULTICAST. The code was probably copy/pasted incorrectly from the bridge pseudo-device receive path. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed