swann: also put v6 RA routes into the correct route table
(fixes ee)
This commit is contained in:
parent
615c30ed54
commit
262620f177
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue