-
Notifications
You must be signed in to change notification settings - Fork 40
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
Various network fixes #4564
Various network fixes #4564
Conversation
rcgoodfellow
commented
Nov 28, 2023
•
edited
Loading
edited
- Fixes Link parameters are not making it from RSS to the nexus database #4470
- Fixes Link config API does not allow for setting link autonegotiation #4458
- Fixes Allow user to configure link properties #3061
d7d9f9e
to
4b7bb41
Compare
Using the same RSS configuration: Here is what we see from the API right after a rack is commissioned.
Here is what it looks like with this PR. Note that the BGP peer info and link info are now present.
|
@@ -0,0 +1,3 @@ | |||
#!/bin/bash | |||
|
|||
./target/debug/wicketd openapi > openapi/wicketd.json |
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.
Is this a convenience script, or is it called from some of our build machinery?
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.
Convenience script. There are others like it for nexus and sled agent.
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.
LGTM!