lib_vrf exports variable

This commit is contained in:
Jed Reynolds
2019-10-01 14:49:39 -07:00
parent 899c79e072
commit c92154abdd

View File

@@ -4,7 +4,9 @@
IFLINES=()
declare -A IFNAMES
export IFNAMES
declare -A VRFNAMES
export VRFNAMES
while read line; do
IFLINES+=("$line")