diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2010-11-21 08:00:30 -0800 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2010-11-21 08:00:30 -0800 |
commit | c62670948195185b44b2073edcda8b47409f3035 (patch) | |
tree | 2241fd8cfe947b39d6d30979a9c6a5c9e4b39faf /scripts | |
parent | 92f6f66814c0d9e9a82048ac99cf50d839678dc3 (diff) | |
parent | 1905a4cefe161e83b1c35558d2354a6c9f987e3d (diff) | |
download | vyatta-cfg-quagga-c62670948195185b44b2073edcda8b47409f3035.tar.gz vyatta-cfg-quagga-c62670948195185b44b2073edcda8b47409f3035.zip |
Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg-system into mendocino
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/vyatta-tunnel-cleanup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-tunnel-cleanup b/scripts/vyatta-tunnel-cleanup index fdca80a3..41b34922 100644 --- a/scripts/vyatta-tunnel-cleanup +++ b/scripts/vyatta-tunnel-cleanup @@ -4,7 +4,7 @@ # the underlying tunnel link, if all tunnels of that type are gone. # Create map of encapsulations still in use -my $confg = new Vyatta::Config; +my $config = new Vyatta::Config; $config->setLevel("interfaces tunnel"); my %tunnel; foreach my $tun ($config->listNodes()) { |