Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPv6 flood correlating with bpdus not being received #299

Open
rubensfig opened this issue Mar 2, 2021 · 0 comments
Open

IPv6 flood correlating with bpdus not being received #299

rubensfig opened this issue Mar 2, 2021 · 0 comments
Assignees

Comments

@rubensfig
Copy link
Contributor

Expected Behavior

When a switch has a bridge configured with ports and xSTP is enabled at the bridge, both the Kernel and mstpd must be able to block the correct port, considering correct configuration.

Actual Behavior

With the configuration described above, baseboxd is sometimes failing to receive the required Bridge PDUs to set STP state. This is due to IPv6 MLD packets being flooded, overflowing the OpenFlow channel and impeding baseboxd to receive the relevant traffic. This can be solved by removing the FF02: ACL rule.

Steps to Reproduce the Problem

ip link add name swbridge type bridge vlan_filtering 1 stp_state 1
ip link set port1 master swbridge
ip link set port2 master swbridge
ip link set port1 up
ip link set port2 up
ip link set swbridge up

Specifications

  • Version: 1.9.2
  • Platform: All
  • Subsystem: STP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants