Merge "Open ipv6-icmp traffic by default"

This commit is contained in:
Zuul 2019-09-25 21:15:53 +00:00 committed by Gerrit Code Review
commit b4cc69276c

View File

@ -38,7 +38,11 @@ tripleo_firewall_default_rules:
- RELATED
- ESTABLISHED
'001 accept all icmp':
ipversion: ipv4
proto: icmp
'001 accept all ipv6-icmp':
ipversion: ipv6
proto: ipv6-icmp
'002 accept all to lo interface':
proto: all
interface: lo