diff options
Diffstat (limited to 'scripts/vyatta-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()) { |