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

Ignore hashsize to avoid conflicts on large sets #27

Merged
merged 1 commit into from
Mar 4, 2020
Merged

Conversation

bastelfreak
Copy link
Member

ipset hashsize grows dynamically to accommodate very large sets and
could differ from size used during creation. fixes #26

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

ipset hashsize grows dynamically to accommodate very large sets and
could differ from size used during creation. fixes #26
@bastelfreak bastelfreak added the bug Something isn't working label Mar 4, 2020
@bastelfreak bastelfreak self-assigned this Mar 4, 2020
@bastelfreak
Copy link
Member Author

This is based on the reply in #26

@bastelfreak bastelfreak merged commit d6ee8fd into master Mar 4, 2020
@bastelfreak bastelfreak deleted the hashsize branch March 4, 2020 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hashsize is dynamic and produces errors on large sets
3 participants