Skip to content

Commit 156101f

Browse files
authored
Update cnf-best-practices-ipv4-ipv6.adoc
1 parent 315f7e2 commit 156101f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/cnf-best-practices-ipv4-ipv6.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ In OpenShift Container Platform 4.7+, you can declare `ipFamilyPolicy: PreferDua
99
[IMPORTANT]
1010
====
1111
IPv4 should only be used inside a pod when absolutely necessary.
12+
13+
See test cases link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#networking-icmpv4-connectivity[networking-icmpv4-connectivity], link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#networking-icmpv4-connectivity-multus[networking-icmpv4-connectivity-multus]
1214
====
1315

1416
.CNF recommendation
1517
[IMPORTANT]
1618
====
1719
Services should be created as IPv6 only services wherever possible. If an application requires dual stack it should create a dual stack service.
20+
21+
See test cases link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#networking-dual-stack-service[networking-dual-stack-service], link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#networking-icmpv6-connectivity[networking-icmpv6-connectivity], link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#networking-icmpv6-connectivity-multus[networking-icmpv6-connectivity-multus]
1822
====
1923

2024
For more information, see link:https://kubernetes.io/docs/concepts/services-networking/dual-stack[IPv4/IPv6 dual-stack].

0 commit comments

Comments
 (0)