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

Clear many P4 tables at once #452

Closed
osinstom opened this issue Feb 8, 2022 · 0 comments · Fixed by #464
Closed

Clear many P4 tables at once #452

osinstom opened this issue Feb 8, 2022 · 0 comments · Fixed by #464
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@osinstom
Copy link
Contributor

osinstom commented Feb 8, 2022

The clearAllTables() function in the UP4 plugin uses ClearTable() function from the P4 Client to clean all the UP4 tables at startup. However, it currently requires a separate call to ClearTable() for each P4 table, making the function unnecessary long and less readable.

This task is about implementing the ClearTables() function in the P4 Client, that takes the list of P4 table names and clears all the tables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Development

Successfully merging a pull request may close this issue.

1 participant