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

Optimize Micronet device rules to only apply to connected devices #71

Open
craigpratt opened this issue Jan 31, 2022 · 0 comments
Open
Assignees
Labels
Milestone

Comments

@craigpratt
Copy link
Member

Currently each AP gets configured with the Micronet rules for all Services/devices in the AP group.

NetReach could reduce the number of SDN rules (and table sizes) by only writing rules for known-connected devices - esp now that the NetReach agent maintains a more robust list of connected devices.

To retain the currently level of robustness (that allows devices to connect even if/when the AP loses its connection to the NetReach controller) the AP will need to retain a cache of the AP group service- and device-level metadata. But this is something that should be performed anyway to allow for more granular GET requests to retrieve just those Service/Device objects from the Controller that are signaled "changed" via MQTT.

@craigpratt craigpratt added this to the Phase 2 milestone Jan 31, 2022
@craigpratt craigpratt self-assigned this Jan 31, 2022
@craigpratt craigpratt changed the title Consider option to optimize Micronet device rules to only apply to connected devices Optimize Micronet device rules to only apply to connected devices Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant