onatebale-terminator

Cleans OpenNebula's forgotten iptables rules.

Build Status

Usage

$ onetable-terminator clean

Options:
  [--driver=DRIVER]            # OpenNebula's VNM driver
                               # Default: fw_driver
  [--debug], [--no-debug]      # Runs onetable-terminator in debug mode.
  [--dry-run], [--no-dry-run]  # Runs without making changes to current iptables. Automatically in debug mode.

Contributing

  1. Fork it ( https://github.com/Misenko/onetable-terminator/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request