We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
use an IPv6 network with 32 bits subnet
/32 is being stripped from the script ipset_sync even on IPv6 networks
/32 should not be stripped on IPv6 because it's a legit subnet for IPv6 network
this is the line in the script where the subnet is being stripped: https://github.com/voxpupuli/puppet-ipset/blob/master/files/ipset_sync#L77
we are preparing a Pull Request
The text was updated successfully, but these errors were encountered:
duplicate of #30
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
use an IPv6 network with 32 bits subnet
What are you seeing
/32 is being stripped from the script ipset_sync even on IPv6 networks
What behaviour did you expect instead
/32 should not be stripped on IPv6 because it's a legit subnet for IPv6 network
Any additional information you'd like to impart
this is the line in the script where the subnet is being stripped:
https://github.com/voxpupuli/puppet-ipset/blob/master/files/ipset_sync#L77
we are preparing a Pull Request
The text was updated successfully, but these errors were encountered: