From 13900b013e90ccdb0aeec78f58d120d4efd1fc88 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 6 Jan 2010 07:58:42 -0800 Subject: Show interfaces no longer uses Vyatta::Config No need to have use statement. --- scripts/vyatta-show-interfaces.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/vyatta-show-interfaces.pl b/scripts/vyatta-show-interfaces.pl index 9fc1415..063eb98 100755 --- a/scripts/vyatta-show-interfaces.pl +++ b/scripts/vyatta-show-interfaces.pl @@ -24,7 +24,7 @@ # use lib "/opt/vyatta/share/perl5/"; -use Vyatta::Config; + use Vyatta::Interface; use Vyatta::Misc; use Getopt::Long; -- cgit v1.2.3