-
Notifications
You must be signed in to change notification settings - Fork 17
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
Queued spawn #6
Queued spawn #6
Conversation
Nice! Thanks! 😄 Later, I will change some code styling on var names to maintain the same overall code style, I hope you don't mind :) |
* Added queued spawn support to prevent XTables concurrency fail lock. * Added an `iptables.dump` method to parse out `iptables-save`. * Added an `iptablables.check` method to check the existence one or more rules from the selected chain.
changing it is fine, might also want to change the undocumented cmdQueue On Fri, Sep 19, 2014 at 9:35 AM, Diosney Sarmiento <[email protected]
|
Great! Also, there was a dependency that was giving errors on install, namely |
@bmeck: I finished the revision, added several basic tests (which was due long ago), and released a new version with the changes. If you find anything is missing or wrong just tell. BTW: I changed And again, thanks for your help, it is more than welcomed :D |
seems fine. +1 On Sun, Sep 28, 2014 at 8:34 PM, Diosney Sarmiento <[email protected]
|
fixes #5
this uses
process-queue
in order to allow for some other business requirements I had such as being able to change the spawning function (for remote spawning), and logging the processes.