summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-11-22 16:41:10 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-11-22 16:41:10 -0800
commit1905a4cefe161e83b1c35558d2354a6c9f987e3d (patch)
tree2386968e96373b202d2b132684f168acfc7f4882
parentec786d590f2ca9cb48e0992b9118f29c39b71683 (diff)
downloadvyatta-cfg-quagga-1905a4cefe161e83b1c35558d2354a6c9f987e3d.tar.gz
vyatta-cfg-quagga-1905a4cefe161e83b1c35558d2354a6c9f987e3d.zip
typo in tunnel cleanup
-rw-r--r--scripts/vyatta-tunnel-cleanup2
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()) {