Reversed orser of icmp_type and icmp_code per bug 36378 (#36380)
This commit is contained in:
parent
83c3561ee5
commit
a3390b63fe
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ EXAMPLES = '''
|
|||
Project: phoenix
|
||||
Description: production DMZ
|
||||
ingress: [
|
||||
# rule no, protocol, allow/deny, cidr, icmp_code, icmp_type,
|
||||
# rule no, protocol, allow/deny, cidr, icmp_type, icmp_code,
|
||||
# port from, port to
|
||||
[100, 'tcp', 'allow', '0.0.0.0/0', null, null, 22, 22],
|
||||
[200, 'tcp', 'allow', '0.0.0.0/0', null, null, 80, 80],
|
||||
|
|
Loading…
Reference in a new issue