- Fix network table list in network_table_init & network_table_deinit.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user