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

Re-introduce support for setting a VLAN for an uplink from RSS #4319

Merged
merged 2 commits into from
Oct 24, 2023

Conversation

luqmana
Copy link
Contributor

@luqmana luqmana commented Oct 23, 2023

Going from the previous UplinkConfig format to the PortConfigV1 introduced with the BGP work seems to have lost the ability to configure the VLAN ID for reaching a gateway. The actual APIs and functionality is still there so just needed to be wired back up.

Adding a vlan id to the default route in config-rss.toml, I was able to stand up omicron and confirm both inbound & outbound connectivity.

@luqmana luqmana requested a review from rcgoodfellow October 24, 2023 00:12
Copy link
Contributor

@andrewjstone andrewjstone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome fix. Thanks @luqmana!

@luqmana luqmana merged commit 35034f7 into main Oct 24, 2023
21 checks passed
@luqmana luqmana deleted the luqmana/port-config-vid branch October 24, 2023 01:59
@rcgoodfellow
Copy link
Contributor

Note that setting the VLAN id on routes is going away entirely. The implementation was too costly on the Tofino, and we had to remove it for another feature as it did not wind up getting used.

luqmana added a commit that referenced this pull request Oct 24, 2023
luqmana added a commit that referenced this pull request Oct 24, 2023
#4319)" (#4323)

This reverts commit 35034f7.

#4319 (comment):
Note that setting the VLAN id on routes is going away entirely. The implementation was too costly on the Tofino, and we had to remove it for another feature as it did not wind up getting used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants