-
Notifications
You must be signed in to change notification settings - Fork 71
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
STP: Add stp.port_type configuration for Cumulus 4.x/NVUE, EOS and Dell OS10 #1617
base: dev
Are you sure you want to change the base?
Conversation
jbemmel
commented
Dec 6, 2024
•
edited
Loading
edited
- Option to auto-configure stp.port_type as 'edge' for ports with only hosts connected, default disabled
- Feature flag stp.port_type (not supported by FRR)
Would it be too hard to finish your work before opening a pull request? Nobody is interested in notifications about your interim fixes. |
Sorry, will try to do better - I get ahead of myself sometimes |
86180ec
to
3bcc2ae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks to me like the node.port_type and vlan.port_type attributes would not work. Also, I'm wondering whether it's OK to set the global default to "edge".
As for the templates, do whatever you feel is best.
e6c9ae7
to
c6b71d5
Compare
* Option to configure host-facing ports as 'edge', default enabled * Feature flag to indicate support (FRR does not support specific configuration for port_type)
…ction on EOS * Renamed ```host_edge_port``` to ```stub_port_type``` (default "edge"), also allow "none" to disable setting * Updated documentation
* Manually copy node level stp.port_type to interfaces that support STP (only) * VLAN attribute not being picked up yet
7d02f57
to
1e13a8a
Compare