You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -341,7 +341,7 @@ Network administrators can simply put the CIDR, and the allocation pool into the
341
341
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.
342
342
The application can even ask DANM to forego the allocation of any IPs to their interface in case a L2 network interface is required.
343
343
##### 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!
345
345
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".
346
346
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!
347
347
@@ -351,7 +351,7 @@ That being said, network administrators using IPv6, or dual-stack features need
351
351
* MAC address is randomly generated for the EUI64
352
352
* the smallest supported IPv6 subnet is /64
353
353
* 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
+
355
355
#### DANM IPVLAN CNI
356
356
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.
0 commit comments