tripleo-image-elements/elements/iptables
James Slagle dcca15b459 Support RedHatEnterpriseWorkstation in add-rule
RedHatEnterpriseWorkstation is a variant of RHEL 7, and a possible
output from "lsb_release -si", so add-rule needs to support checking for
that value.

Change-Id: Ie57ba4e94a50129737018d63b121d4c0b1dcc6dc
2014-12-23 09:49:27 -05:00
..
bin Support RedHatEnterpriseWorkstation in add-rule 2014-12-23 09:49:27 -05:00
install.d Disable save of iptables on package install 2014-11-19 20:22:55 +00:00
pre-install.d Disable save of iptables on package install 2014-11-19 20:22:55 +00:00
README.md Adds iptables element 2014-01-17 09:18:19 -05:00
svc-map Fix incorrect service name on Debian in `add-rule` 2014-11-10 18:53:30 +00:00

README.md

##iptables

This element installs a single script that consolidates the logic required to handle inserting iptables rules. This script uses the check (-C) argument to check whether a rule matching the specification does exist in the selected chain before inserting it.

RULE: The rule to insert into iptables