cooperlees / aioexabgp

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

Support ExaBGP v4 via v6 next-hops #13

Open cooperlees opened 2 years ago

cooperlees commented 2 years ago

From Linux >= 5.2 netlink routing tables support IPv4 via IPv6 next hops.

Lets support that here too so we can live in v6 only linked networks and route IPv4 ...

ExaBGP config for the capability:

nexthop {
    ipv4 unicast ipv6;
}
cooperlees commented 2 years ago

This should be done. Will close one tested.