- 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"
|
${LOG} "Add Rx3 routes in VPN tables"
|
||||||
|
|
||||||
for table in ${TABLE_LIST}
|
for table in ${NETWORK_TABLE_LIST}
|
||||||
do
|
do
|
||||||
for route in ${IP_ROUTE}
|
for route in ${IP_ROUTE}
|
||||||
do
|
do
|
||||||
@@ -487,7 +487,7 @@ network_table_deinit()
|
|||||||
|
|
||||||
${LOG} "Remove Rx3 routes in VPN tables"
|
${LOG} "Remove Rx3 routes in VPN tables"
|
||||||
|
|
||||||
for table in ${TABLE_LIST}
|
for table in ${NETWORK_TABLE_LIST}
|
||||||
do
|
do
|
||||||
for route in ${IP_ROUTE}
|
for route in ${IP_ROUTE}
|
||||||
do
|
do
|
||||||
|
|||||||
Reference in New Issue
Block a user