Skip to content

Commit 261f4e5

Browse files
authored
Merge pull request #87513 from dfitzmau/OCPBUGS-39006
OCPBUGS#39006: Updated cidrSelector in Example EgressFirewall CR objects
2 parents 95ec115 + 1b0cc8d commit 261f4e5

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
@@ -95,7 +95,7 @@ spec:
9595
<1> A collection of egress firewall policy rule objects.
9696

9797
ifdef::ovn[]
98-
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`.
98+
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`.
9999

100100
[source,yaml,subs="attributes+"]
101101
----
@@ -107,7 +107,7 @@ spec:
107107
egress:
108108
- type: Deny
109109
to:
110-
cidrSelector: 172.16.1.1
110+
cidrSelector: 172.16.1.1/32
111111
ports:
112112
- port: 80
113113
protocol: TCP

0 commit comments

Comments
 (0)