From b78d4670b07cb77e5ae6ab69c04ff2ff8b91b86b Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 15 Jun 2022 20:24:33 +0200 Subject: [PATCH] freifunk: make Table numeric --- hosts/containers/freifunk/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/containers/freifunk/default.nix b/hosts/containers/freifunk/default.nix index 1323e993..d7e95689 100644 --- a/hosts/containers/freifunk/default.nix +++ b/hosts/containers/freifunk/default.nix @@ -191,7 +191,7 @@ in { routingPolicyRuleConfig = { Priority = 300; To = "10.200.0.0/16"; - Table = "bmx_hosts"; + Table = rt_table_hosts; }; } ]; }; @@ -205,7 +205,7 @@ in { routingPolicyRules = [ { routingPolicyRuleConfig = { Priority = 33000; - Table = "bmx_tuns"; + Table = rt_table_tuns; }; } ]; };