From c92154abdd2451d4ef7c12c98a097b31362bac8c Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Tue, 1 Oct 2019 14:49:39 -0700 Subject: [PATCH] lib_vrf exports variable --- lib_vrf.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib_vrf.bash b/lib_vrf.bash index 233dc38f..4e30a0cf 100755 --- a/lib_vrf.bash +++ b/lib_vrf.bash @@ -4,7 +4,9 @@ IFLINES=() declare -A IFNAMES +export IFNAMES declare -A VRFNAMES +export VRFNAMES while read line; do IFLINES+=("$line")