diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-22 16:41:10 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-22 16:41:10 -0800 |
commit | 1905a4cefe161e83b1c35558d2354a6c9f987e3d (patch) | |
tree | 2386968e96373b202d2b132684f168acfc7f4882 | |
parent | ec786d590f2ca9cb48e0992b9118f29c39b71683 (diff) | |
download | vyatta-cfg-quagga-1905a4cefe161e83b1c35558d2354a6c9f987e3d.tar.gz vyatta-cfg-quagga-1905a4cefe161e83b1c35558d2354a6c9f987e3d.zip |
typo in tunnel cleanup
-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()) { |