AirVantage / sbulb

UDP load balancer prototype using bcc (XDP/Bpf)
36 stars 9 forks source link

Add support to IPv6 #30

Closed sbernard31 closed 4 years ago

sbernard31 commented 4 years ago

This idea is either to use ipv4 or ipv6 for real and virtual server but not both at same time Meaning that you can have a virtual v4 ip and real server v6 ips or vice&versa.

sbernard31 commented 4 years ago

An experimental branch with ipv6 only support is available : ipv6only

sbernard31 commented 4 years ago

A work in progress branch with support of both ipv4 and ipv6 is available : #31

sbernard31 commented 4 years ago

Done (#31) but probably need more real case tests and unit tests if possible (see #29)