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
ipset_sync incorrectly strips /32 from IPv6 networks (e.g. fe80::/32).
ipset_sync
fe80::/32
This happens here: https://github.com/voxpupuli/puppet-ipset/blob/master/files/ipset_sync#L77
/32 should only be stripped if family is inet. Similarly, /128 should only be stripped if family is inet6 (but this is not a problem in practice).
/32
family
inet
/128
inet6
The text was updated successfully, but these errors were encountered:
hey @LionelCons, thanks for bringing this up. are you able to provide a PR for this?
Sorry, something went wrong.
Sorry but I do not use puppet-ipset anymore.
puppet-ipset
fixed by of #66 duplicate of #65 I wrongly open a new issue which is the same as this one. I close mine and I leave this one open, which is older.
Successfully merging a pull request may close this issue.
ipset_syncincorrectly strips /32 from IPv6 networks (e.g.fe80::/32).This happens here: https://github.com/voxpupuli/puppet-ipset/blob/master/files/ipset_sync#L77
/32should only be stripped iffamilyisinet. Similarly,/128should only be stripped iffamilyisinet6(but this is not a problem in practice).The text was updated successfully, but these errors were encountered: