From 52d313a525b2735061e40c7639a9fdf159c15167 Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Sun, 29 Jun 2025 23:37:27 +0200 Subject: [PATCH] - Fix network table list in network_table_init & network_table_deinit. --- usr/local/lib/network.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/lib/network.bash b/usr/local/lib/network.bash index 04501eb..5a5651c 100644 --- a/usr/local/lib/network.bash +++ b/usr/local/lib/network.bash @@ -453,7 +453,7 @@ network_table_init() { ${LOG} "Add Rx3 routes in VPN tables" - for table in ${TABLE_LIST} + for table in ${NETWORK_TABLE_LIST} do for route in ${IP_ROUTE} do @@ -487,7 +487,7 @@ network_table_deinit() ${LOG} "Remove Rx3 routes in VPN tables" - for table in ${TABLE_LIST} + for table in ${NETWORK_TABLE_LIST} do for route in ${IP_ROUTE} do