cooperlees / aioexabgp

Proof of concept core asyncio ExaBGP Client Library + CLI
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Ensure we support IPv4 + IPv6 Address Families #7

Open cooperlees opened 4 years ago

cooperlees commented 4 years ago

This project was only tested on an IPv6 only use case. I tried to make it support both address families but I am sure some edge cases are not handled correctly.

Enhancing unit tests and maybe dreaming up an Integration Test somehow in Docker containers might help.