Skip to content

Commit 1b917a2

Browse files
committed
Updating IPv6 section in README to mirror recent development
1 parent 2334125 commit 1b917a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ Network administrators can simply put the CIDR, and the allocation pool into the
341341
The flexible IPAM module also allows Pods to define the IP allocation scheme best suited for them. Pods can ask dynamically allocated IPs from the defined allocation pool, or can ask for one, specific, static address.
342342
The application can even ask DANM to forego the allocation of any IPs to their interface in case a L2 network interface is required.
343343
##### IPv6 and dual-stack support
344-
DANM's IPAM module supports both IPv6, and dual-stack (one IPv4, and one IPv6 address provisioned to the same interface) addresses!
344+
DANM's IPAM module, and its integration to dynamic backends -IPVLAN, MACVLAN, and SR-IOV CNIs- support both IPv6, and dual-stack (one IPv4, and one IPv6 address provisioned to the same interface) addresses!
345345
To configure an IPv6 CIDR for a DanmNet, network amdinistrator shall configure the "net6" attribute. Additionally, IP routes for IPv6 subnets can be configured via "routes6".
346346
If both "cidr", and "net6" are configured for a DanmNet, then Pods connecting to that network can ask either one IPv4 or IPv6 address, or even both at the same time!
347347

@@ -351,7 +351,7 @@ That being said, network administrators using IPv6, or dual-stack features need
351351
* MAC address is randomly generated for the EUI64
352352
* the smallest supported IPv6 subnet is /64
353353
* allocation pools cannot be defined for IPv6 subnets
354-
* DANM does not change kernel level config parameters -such as "disable_ipv6", "auto_ra", or "autoconf"- of host devices, or container interfaces
354+
355355
#### DANM IPVLAN CNI
356356
DANM's IPVLAN CNI uses the Linux kernel's IPVLAN module to provision high-speed, low-latency network interfaces for applications which need better performance than a bridge (or any other overlay technology) can provide.
357357

0 commit comments

Comments
 (0)