Merge "Open ipv6-icmp traffic by default"
This commit is contained in:
commit
b4cc69276c
@ -38,7 +38,11 @@ tripleo_firewall_default_rules:
|
|||||||
- RELATED
|
- RELATED
|
||||||
- ESTABLISHED
|
- ESTABLISHED
|
||||||
'001 accept all icmp':
|
'001 accept all icmp':
|
||||||
|
ipversion: ipv4
|
||||||
proto: icmp
|
proto: icmp
|
||||||
|
'001 accept all ipv6-icmp':
|
||||||
|
ipversion: ipv6
|
||||||
|
proto: ipv6-icmp
|
||||||
'002 accept all to lo interface':
|
'002 accept all to lo interface':
|
||||||
proto: all
|
proto: all
|
||||||
interface: lo
|
interface: lo
|
||||||
|
Loading…
Reference in New Issue
Block a user