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
api
correlation
directory
groups
k8s
trafficdirection
types
cidr.go -rw-r--r-- 2.2 KB
cidr_test.go -rw-r--r-- 2.9 KB
config.go -rw-r--r-- 2.5 KB
distillery.go -rw-r--r-- 7.8 KB
distillery_test.go -rw-r--r-- 80.3 KB
fuzz_test.go -rw-r--r-- 2.1 KB
identifier.go -rw-r--r-- 2.1 KB
identifier_test.go -rw-r--r-- 1.5 KB
l4.go -rw-r--r-- 48.8 KB
l4_filter_deny_test.go -rw-r--r-- 20.6 KB
l4_filter_test.go -rw-r--r-- 65.2 KB
l4_test.go -rw-r--r-- 13.1 KB
mapstate.go -rw-r--r-- 59.3 KB
mapstate_test.go -rw-r--r-- 111.8 KB
policy.go -rw-r--r-- 3.1 KB
policy_test.go -rw-r--r-- 2.3 KB
portrange.go -rw-r--r-- 4.0 KB
portrange_test.go -rw-r--r-- 9.2 KB
proxyid.go -rw-r--r-- 2.5 KB
proxyid_test.go -rw-r--r-- 1.4 KB
repository.go -rw-r--r-- 27.5 KB
repository_deny_test.go -rw-r--r-- 45.5 KB
repository_test.go -rw-r--r-- 72.5 KB
resolve.go -rw-r--r-- 9.7 KB
resolve_deny_test.go -rw-r--r-- 18.5 KB
resolve_test.go -rw-r--r-- 28.6 KB
rule.go -rw-r--r-- 27.5 KB
rule_test.go -rw-r--r-- 82.9 KB
rules.go -rw-r--r-- 4.2 KB
selectorcache.go -rw-r--r-- 16.0 KB
selectorcache_selector.go -rw-r--r-- 10.0 KB
selectorcache_test.go -rw-r--r-- 16.1 KB
trigger.go -rw-r--r-- 2.8 KB
utils.go -rw-r--r-- 256 bytes
utils_test.go -rw-r--r-- 583 bytes
visibility.go -rw-r--r-- 7.2 KB
visibility_test.go -rw-r--r-- 4.8 KB

back to top