swann: also put v6 RA routes into the correct route table

(fixes ee)
This commit is contained in:
Luke Granger-Brown 2022-03-13 20:35:11 +00:00
parent 615c30ed54
commit 262620f177

View file

@ -111,6 +111,7 @@ in {
hexToInt = h: (builtins.fromTOML "h = ${h}").h;
physicalNetwork = rtID: wireguardFwmark: extraRules: {
dhcpV4Config.RouteTable = rtID;
ipv6AcceptRAConfig.RouteTable = rtID;
routingPolicyRules = [{
routingPolicyRuleConfig = {
Family = "both";