-
Notifications
You must be signed in to change notification settings - Fork 45
Notify sled-agent of firewall rules #465
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
Conversation
NetworkInterfaces always belong to exactly one instance throughout their lifecycle.
This model currently uses randomly generated locally administered MAC addresses. This is probably? not what we want longer term.
@rzezeski I need to do further testing on this Thursday, but this branch is the logic for pushing the changes to sled-agent |
After the merge, active_propolis_id was used instead of active_server_id
Okay, with the latest version here, a request gets sent to sled_agent with the new firewall rules. We still need to figure out how to apply them |
This is an API we intend to have, but it might not look like this. Having such an API will be useful for testing the network interface logic though.
Thanks for all the work here @teisenbe! I'm planning to pick up your baton :) |
I believe this is being taken up elsewhere (in existing and/or follow-up PRs). I'm going to close this for now. |
I'm picking this up (eventually) in the draft branch |
This notifies sled-agent when firewall rules are changed. It does not currently send the initial firewall rules to sled-agent when instances are created.