From 262620f177ca11ef8dece0a2572452908d9bd53d Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sun, 13 Mar 2022 20:35:11 +0000 Subject: [PATCH] swann: also put v6 RA routes into the correct route table (fixes ee) --- ops/nixos/swann/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/ops/nixos/swann/default.nix b/ops/nixos/swann/default.nix index 8d59a7a52a..8fa350743f 100644 --- a/ops/nixos/swann/default.nix +++ b/ops/nixos/swann/default.nix @@ -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";