router03: fix leakage of MWAN traffic

When traffic is coming in, i.e. `To = 45.13.104.25/29`, we were immediately redirecting
it to `swp`, i.e. ENS.

By saying that `To` should also consult the MWAN routing table, we are eliminating
the redirection.
This commit is contained in:
Raito Bezarius 2024-01-12 02:02:14 +01:00
parent 94a64b792c
commit a0681ee841

View file

@ -168,6 +168,12 @@ in
Table = "mwan";
};
}
{
routingPolicyRuleConfig = {
To = "45.13.104.25/29";
Table = "mwan";
};
}
];
};
"20-tun-he" = {