Skip to content

Commit d63512b

Browse files
dfitzmauopenshift-cherrypick-robot
authored andcommitted
OCPBUGS-39006: Updated cidrSelector in Example EgressFirewall CR objects
1 parent bd1ece2 commit d63512b

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)