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

Put the device MAC address into a pre-shared read-only variable in the firewall #52

Open
hlef opened this issue Nov 19, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@hlef
Copy link
Collaborator

hlef commented Nov 19, 2024

Currently the device MAC is generated and stored in the firewall, and accessible by other compartments through firewall_mac_address_get.

A downside of having to retrieve a copy through firewall_mac_address_get is that the resulting copy increases the state of compartments, and is yet another thing that must be reset if a compartment crashes ("reset critical"). See the discussion in #50.

Instead, it would be desirable to put the device MAC address into a pre-shared read-only variable in the firewall.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant