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

Appending rules instead of replacing #74

Open
alecxvs opened this issue Aug 3, 2015 · 1 comment
Open

Appending rules instead of replacing #74

alecxvs opened this issue Aug 3, 2015 · 1 comment

Comments

@alecxvs
Copy link

alecxvs commented Aug 3, 2015

Is it possible to append rules to iptables instead of clearing out all existing rules? I have a setup with Docker which adds its own rules to iptables, but I can only run this to add my own rules after Docker is already running. I can restart Docker to restore its rules when my rules are modified, but that is a little too disruptive.

@rtkrruvinskiy
Copy link
Contributor

This isn't something we currently support, and unfortunately we don't have plans to implement something like this. However, we'd be open to a PR that implements such an optional mode. One thing to think carefully about in such a mode is how to handle rule deletion.

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

No branches or pull requests

2 participants