oakestra / oakestra-net

Networking component of Oakestra
Apache License 2.0
5 stars 7 forks source link

Extend Proxy for IPv6 and enable IPv6 container addresses #153

Closed smnzlnsk closed 3 months ago

smnzlnsk commented 6 months ago

Short

Based on #147 - currently only IPv4 proxy traffic. Extend it for IPv6 packets and make containers addressable over IPv6 across the whole platform

Proposal

Currently the proxy only works with IPv4 packets. It would be desirable to have working IPv6 traffic inside Oakestra. This would require proxy extensions, as well as IPv6 addressing mechanisms across the whole Oakestra platform.

Ratio

Makes IPv6 work for Oakestra

Impact

all

Status

implemented - requires thorough testing on large deployments

Checklist

smnzlnsk commented 3 months ago

Merged with #164