tripleo-image-elements/elements/iptables/bin
Stuart McLaren 63fb151eb7 Add os-iptables-stateful script for managing iptables
Applies iptables configuration based on an input file and the current
iptables state. This script is used to perform idempotent operations,
eg to prevent adding duplicate rules.

Sample input:

-N stunnel-INPUT
-A stunnel-INPUT -p tcp -m tcp --dport 4433 -j REJECT
-A stunnel-INPUT -j RETURN
-I INPUT -p tcp -j stunnel-INPUT

Unlike 'iptables-restore --noflush' the script is idempotent.

Change-Id: I8eef1361ea90647507cf596f7bfc81815e32a96e
Partially implements: blueprint os-iptables-scripts
2014-06-27 12:00:39 +00:00
..
add-rule Add +x to executable files 2014-03-10 15:52:51 +00:00
os-iptables-stateful Add os-iptables-stateful script for managing iptables 2014-06-27 12:00:39 +00:00