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