mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 18:27:53 +00:00
lib_vrf exports variable
This commit is contained in:
@@ -4,7 +4,9 @@
|
|||||||
|
|
||||||
IFLINES=()
|
IFLINES=()
|
||||||
declare -A IFNAMES
|
declare -A IFNAMES
|
||||||
|
export IFNAMES
|
||||||
declare -A VRFNAMES
|
declare -A VRFNAMES
|
||||||
|
export VRFNAMES
|
||||||
|
|
||||||
while read line; do
|
while read line; do
|
||||||
IFLINES+=("$line")
|
IFLINES+=("$line")
|
||||||
|
|||||||
Reference in New Issue
Block a user