Skip to content

Commit a88d2a0

Browse files
author
JoeAldinger
committed
OCPBUGS-23915: updates protocols network policy applies to
1 parent 2b76880 commit a88d2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nw-networkpolicy-about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ By default, all pods in a project are accessible from other pods and network end
2121

2222
If a pod is matched by selectors in one or more `NetworkPolicy` objects, then the pod will accept only connections that are allowed by at least one of those `NetworkPolicy` objects. A pod that is not selected by any `NetworkPolicy` objects is fully accessible.
2323

24-
A network policy applies to only the TCP, UDP, and SCTP protocols. Other protocols are not affected.
24+
A network policy applies to only the TCP, UDP, ICMP, and SCTP protocols. Other protocols are not affected.
2525

2626
The following example `NetworkPolicy` objects demonstrate supporting different scenarios:
2727

0 commit comments

Comments
 (0)