Revision 2fc54dd6dd9edb507cb3111e175071000189b81c authored by Daneyon Hansen on 04 March 2024, 23:58:46 UTC, committed by christarazi on 17 June 2024, 14:16:33 UTC
- `operator/option/config.go`: Adds an option for enabling AWS IPv6 prefix delegation (PD).
- `*_test.go`: Updates IPAM implementation unit tests to call `NewNodeManager()` with IPv6 PD config option.
- `pkg/ipam/node.go`: Adds `ipv6Alloc` field to `Node` type to represent IPv6-specific allocation node attributes.
- `pkg/ipam/node_manager.go`: Adds IPv6 PD field to the `NodeManager` type and associated `NewNodeManager()`.

Supports: #30684

Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
1 parent 51ff384
History
File Mode Size
resource
xds
accesslog.go -rw-r--r-- 1.9 KB
accesslog_server.go -rw-r--r-- 7.5 KB
accesslog_server_test.go -rw-r--r-- 3.1 KB
artifact_copier.go -rw-r--r-- 3.5 KB
artifact_copier_test.go -rw-r--r-- 3.4 KB
cell.go -rw-r--r-- 14.2 KB
embedded_envoy.go -rw-r--r-- 18.0 KB
embedded_envoy_test.go -rw-r--r-- 5.8 KB
envoyadminclient.go -rw-r--r-- 2.8 KB
grpc.go -rw-r--r-- 7.5 KB
localendpointstore.go -rw-r--r-- 1.4 KB
resources.go -rw-r--r-- 8.2 KB
resources_test.go -rw-r--r-- 1.8 KB
secretsync.go -rw-r--r-- 4.3 KB
secretsync_test.go -rw-r--r-- 6.8 KB
sockets.go -rw-r--r-- 512 bytes
sort.go -rw-r--r-- 7.2 KB
sort_test.go -rw-r--r-- 6.7 KB
versioncheck.go -rw-r--r-- 1.6 KB
xds_server.go -rw-r--r-- 80.0 KB
xds_server_ondemand.go -rw-r--r-- 3.1 KB
xds_server_test.go -rw-r--r-- 34.5 KB

back to top