[BRIDGE]: don't change packet type
authorStephen Hemminger <shemminger@linux-foundation.org>
Thu, 26 Apr 2007 05:03:10 +0000 (22:03 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:30:00 +0000 (22:30 -0700)
commit83aa0938ff59e8ef6d0b99260063ebe84fc84a16
treeba5a69f01b6f1f4b24892fa0cb3cba2404645a1e
parente1ec7842df5db897516d73c76bd2a568b4abc33b
[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 <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_input.c