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

Prevent against egress packets being looped back into Faucet #3302

Closed
grafnu opened this issue Oct 25, 2019 · 1 comment
Closed

Prevent against egress packets being looped back into Faucet #3302

grafnu opened this issue Oct 25, 2019 · 1 comment
Assignees
Labels

Comments

@grafnu
Copy link
Contributor

grafnu commented Oct 25, 2019

Since STP is not part of Faucet, if lacp/LAG is not in use, an externally broadcast packet (e.g. ARP) on a loop_protect_external port might be looped back in through another loop_protect_external port, which then gets broadcast back out the originating port. This results in the sending device receiving a reflected copy of its own broadcast packet, which would be bad.

Brad and I discussed this, and the thought was to make incoming packets on a loop_protect_external port dropped (make port down) on any non-root switch. So, only the stacking root would receive packets.

This was originally mentioned as part of #3285 but we decided that solution was a "bad idea" and this would be better.

@anarkiwi
Copy link
Member

anarkiwi commented Dec 3, 2019

See #3371 et al.

@anarkiwi anarkiwi closed this as completed Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants