diff --git a/modules/iptables/templates/rules.erb b/modules/iptables/templates/rules.erb index 82e89f9ff3..81e4f10bcc 100644 --- a/modules/iptables/templates/rules.erb +++ b/modules/iptables/templates/rules.erb @@ -4,7 +4,6 @@ :OUTPUT ACCEPT [0:0] :openstack-INPUT - [0:0] -A INPUT -j openstack-INPUT --A FORWARD -j openstack-INPUT -A openstack-INPUT -i lo -j ACCEPT -A openstack-INPUT -p icmp --icmp-type any -j ACCEPT #-A openstack-INPUT -p udp --dport 5353 -d 224.0.0.251 -j ACCEPT diff --git a/modules/iptables/templates/rules.v6.erb b/modules/iptables/templates/rules.v6.erb index 3bf60f2735..23097b6a37 100644 --- a/modules/iptables/templates/rules.v6.erb +++ b/modules/iptables/templates/rules.v6.erb @@ -4,7 +4,6 @@ :OUTPUT ACCEPT [0:0] :openstack-INPUT - [0:0] -A INPUT -j openstack-INPUT --A FORWARD -j openstack-INPUT -A openstack-INPUT -i lo -j ACCEPT -A openstack-INPUT -p icmpv6 -j ACCEPT -A openstack-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT