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

Rework data structure for Local Networks #8771

Open
cardigliano opened this issue Oct 25, 2024 · 0 comments
Open

Rework data structure for Local Networks #8771

cardigliano opened this issue Oct 25, 2024 · 0 comments
Assignees

Comments

@cardigliano
Copy link
Member

cardigliano commented Oct 25, 2024

Local Networks are currently identified by a sequential ID and stored in a statically-allocated array (see local_network_names/local_network_aliases in Ntop). This can create issues when adding new local networks to the configuration and the IDs may change. It is requested to change the data structure to dynamically make room for new networks (e.g. store them in the patricia tree) and keep the network-id association in a db.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants