swann: use the router's public IP when making connections

For v6, the link is on an unrouted subnet so there's no way to address it from
outside. We don't want Linux to use the v6 subnet for connections it makes, so
we ask politely that the source on the route is actually an IP address that we
Like.
This commit is contained in:
Luke Granger-Brown 2022-01-01 02:11:59 +00:00
parent 3458c7766e
commit 6cfcd10e06

View file

@ -528,10 +528,12 @@ in {
route ::/0 via 2a09:a442::1:2 bfd {
# Virgin Media
preference = 100;
krt_prefsrc = 2a09:a443::1;
};
route ::/0 via 2a09:a442::2:2 bfd {
# EE
preference = 10;
krt_prefsrc = 2a09:a443::1;
};
# Covering route...