Skip to content

Commit e40d82c

Browse files
authored
Merge pull request #88445 from openshift-cherrypick-robot/cherry-pick-87513-to-enterprise-4.16
[enterprise-4.16] OCPBUGS#39006: Updated cidrSelector in Example EgressFirewall CR objects
2 parents e277f16 + d63512b commit e40d82c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nw-egressnetworkpolicy-object.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ endif::openshift-sdn[]
127127
<1> A collection of egress firewall policy rule objects.
128128

129129
ifdef::ovn[]
130-
The following example defines a policy rule that denies traffic to the host at the `172.16.1.1` IP address, if the traffic is using either the TCP protocol and destination port `80` or any protocol and destination port `443`.
130+
The following example defines a policy rule that denies traffic to the host at the `172.16.1.1/32` IP address, if the traffic is using either the TCP protocol and destination port `80` or any protocol and destination port `443`.
131131

132132
[source,yaml,subs="attributes+"]
133133
----
@@ -139,7 +139,7 @@ spec:
139139
egress:
140140
- type: Deny
141141
to:
142-
cidrSelector: 172.16.1.1
142+
cidrSelector: 172.16.1.1/32
143143
ports:
144144
- port: 80
145145
protocol: TCP

0 commit comments

Comments
 (0)