Reversed orser of icmp_type and icmp_code per bug 36378 (#36380)

pull/36436/head
Kevin Breit 7 years ago committed by Dag Wieers
parent 83c3561ee5
commit a3390b63fe

@ -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…
Cancel
Save