sipb / spike

Implementing a packet level software network load balancer
MIT License
11 stars 10 forks source link

Emit IPv6 #12

Open cryslith opened 7 years ago

cryslith commented 7 years ago

Currently spike always sends the encapsulated packets as IPv4. We should be able to emit both IPv4 and IPv6 packets.

ed1d1a8d commented 6 years ago

Tentatively addressed by https://github.com/sipb/spike/pull/38. Not sure if it works as we don't have good tests.