Don't create /etc/iptables/rules

puppet-iptables was creating /etc/iptables/rules and linking it to
rules.v4.  We have removed this with
I03db58441674a3f3eea86165c949a7d14425a0b7 so this can simply make
rules.v4 and rules.v6 files, as required by
[netfilter|iptables]-persistent

Change-Id: I7e65793ba7513ac54ae701cc29c7c5ff6e33410d
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-04-26 00:18:21 -04:00 committed by Ian Wienand
parent 982a04bceb
commit 1ae69b1f8c
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ cat > $ipv4_rules << EOF
-A openstack-INPUT -j REJECT --reject-with icmp-host-prohibited
COMMIT
EOF
ln -s ${ipv4_rules} ${rules_dir}/rules
cat > $ipv6_rules << EOF
*filter