freifunk: make Table numeric

This commit is contained in:
Astro 2022-06-15 20:24:33 +02:00
parent 098357c1a3
commit b78d4670b0
1 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@ in {
routingPolicyRuleConfig = { routingPolicyRuleConfig = {
Priority = 300; Priority = 300;
To = "10.200.0.0/16"; To = "10.200.0.0/16";
Table = "bmx_hosts"; Table = rt_table_hosts;
}; };
} ]; } ];
}; };
@ -205,7 +205,7 @@ in {
routingPolicyRules = [ { routingPolicyRules = [ {
routingPolicyRuleConfig = { routingPolicyRuleConfig = {
Priority = 33000; Priority = 33000;
Table = "bmx_tuns"; Table = rt_table_tuns;
}; };
} ]; } ];
}; };