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

Sometimes generates rules too long for iptables to accept #7

Open
andrew-vant opened this issue Nov 17, 2015 · 0 comments
Open

Sometimes generates rules too long for iptables to accept #7

andrew-vant opened this issue Nov 17, 2015 · 0 comments
Labels

Comments

@andrew-vant
Copy link
Owner

Apparently iptables has a length limit on rules, and some pillar configurations result in a file that exceeds it. For example, this happens when using the minions glob option against a sufficiently large environment; it produces a large number of single IPs in a single rule.

Probably there should be one output rule for each resulting IP literal. This could produce a very long rules file, but it should work until a cleaner method can be found.

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

No branches or pull requests

1 participant