From: Benny Amorsen <benny+usenet@amorsen.dk>
To: bridge@osdl.org
Subject: [Bridge] Re: linux bridge does not bridge bpdu packets
Date: 25 Apr 2007 08:55:54 +0200 [thread overview]
Message-ID: <m3vefleydh.fsf@ursa.amorsen.dk> (raw)
In-Reply-To: 20070423165614.6eadfaae@localhost.localdomain
>>>>> "SH" == Stephen Hemminger <shemminger@linux-foundation.org> writes:
SH> - if (unlikely(is_link_local(dest))) {
SH> - skb->pkt_type = PACKET_HOST;
SH> + /* Don't forward 802.1x packets */
SH> + if (p->br->stp_enabled != BR_NO_STP && is_link_local(dest)) {
SH> + skb->pkt_type = PACKET_MULTICAST;
Maybe I'm stupid here, but why change behaviour even in the case where
STP is enabled? (The PACKET_HOST -> PACKET_MULTICAST change)
/Benny
prev parent reply other threads:[~2007-04-25 6:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-22 0:36 [Bridge] linux bridge does not bridge bpdu packets Roman Glebov
2007-04-21 23:20 ` Cameron Schaus
2007-04-22 10:15 ` Roman Glebov
2007-04-22 16:50 ` Stephen Hemminger
2007-04-23 9:53 ` Roman Glebov
2007-04-23 13:52 ` Roman Glebov
2007-04-23 23:56 ` Stephen Hemminger
2007-04-25 6:55 ` Benny Amorsen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3vefleydh.fsf@ursa.amorsen.dk \
--to=benny+usenet@amorsen.dk \
--cc=bridge@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.