Skip to content

Commit 65a1d9d

Browse files
authored
Merge pull request #1 from grcusanz/grcusanz-patch-1
Added statement of support for Transparent network mode with IPv6
2 parents 1a7045a + 5431d00 commit 65a1d9d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

virtualization/windowscontainers/container-networking/architecture.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ The Host Networking Service (HNS) and the Host Compute Service (HCS) work togeth
5858

5959
The following networking options are currently **NOT** supported on Windows:
6060

61-
- From Windows Server 2022 onwards, Windows containers attached to l2bridge networks support the IPv6 stack. However, Windows containers attached to NAT and overlay networks do not support communicating over the IPv6 stack.
61+
- From Windows Server 2022 onwards, Windows containers have the following support for IPv6 networking:
62+
- Containers attached to l2bridge networks support the IPv6 stack.
63+
- Containers attached to transparent networks support communication using IPv6 with self assigned IP addresses, but do not have support for HNS provided IP address assignment and other network services such as Load Balancing and ACLs.
64+
- Windows containers attached to NAT and overlay networks do not support communicating over the IPv6 stack.
6265
- Encrypted container communication via IPsec.
6366
- [Host mode](https://docs.docker.com/ee/ucp/interlock/config/host-mode-networking/) networking.
6467
- Networking on virtualized Azure infrastructure via the transparent network driver.

0 commit comments

Comments
 (0)