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:
parent
3458c7766e
commit
6cfcd10e06
1 changed files with 2 additions and 0 deletions
|
@ -528,10 +528,12 @@ in {
|
||||||
route ::/0 via 2a09:a442::1:2 bfd {
|
route ::/0 via 2a09:a442::1:2 bfd {
|
||||||
# Virgin Media
|
# Virgin Media
|
||||||
preference = 100;
|
preference = 100;
|
||||||
|
krt_prefsrc = 2a09:a443::1;
|
||||||
};
|
};
|
||||||
route ::/0 via 2a09:a442::2:2 bfd {
|
route ::/0 via 2a09:a442::2:2 bfd {
|
||||||
# EE
|
# EE
|
||||||
preference = 10;
|
preference = 10;
|
||||||
|
krt_prefsrc = 2a09:a443::1;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Covering route...
|
# Covering route...
|
||||||
|
|
Loading…
Reference in a new issue