Commit f2cbd0f
Jose Villalta
feat(netlib): Add IPv6 support for daemon bridge namespace configuration
- Add IPv6 subnet support for daemon-bridge NAT rules
- Enable sysctl ipForwarding key for IPv6 for Managed Daemons
- Use ip6tables for NAT when IPv6 is enabled
- Consolidate NAT args functions into single parameterized function
- Add IPv6 IPAM configuration support
- Update CNI plugin configuration for dual-stack support1 parent 636c1dd commit f2cbd0f
File tree
11 files changed
+1648
-112
lines changed- agent/ecscni
- ecs-agent/netlib
- model/ecscni
- platform
11 files changed
+1648
-112
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Submodule amazon-ecs-cni-plugins updated 17 files
- VERSION+1-1
- plugins/ecs-bridge/README.md+51-1
- plugins/ecs-bridge/commands/commands.go+4-2
- plugins/ecs-bridge/commands/commands_test.go+204-1
- plugins/ecs-bridge/e2eTests/e2e_test.go+2.0k-119
- plugins/ecs-bridge/engine/configureveth.go+51-18
- plugins/ecs-bridge/engine/deletelink.go+12-3
- plugins/ecs-bridge/engine/engine.go+60-41
- plugins/ecs-bridge/engine/engine_test.go+3.0k-39
- plugins/ipam/README.md+72-7
- plugins/ipam/commands/commands.go+236-52
- plugins/ipam/commands/commands_test.go+658-5
- plugins/ipam/config/config.go+149-28
- plugins/ipam/config/config_test.go+675
- plugins/ipam/ipstore/ipstore.go+322-26
- plugins/ipam/ipstore/ipstore_test.go+558
- plugins/ipam/ipstore/mocks/ipstore_mocks.go+31-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
33 | 45 | | |
34 | 46 | | |
35 | 47 | | |
36 | 48 | | |
37 | 49 | | |
38 | | - | |
39 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
40 | 53 | | |
41 | 54 | | |
42 | 55 | | |
| |||
0 commit comments