summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-01-06 07:58:42 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-01-06 07:58:42 -0800
commit13900b013e90ccdb0aeec78f58d120d4efd1fc88 (patch)
treee2ac5a0f056eb683284fb0faf85f662f1829a0ae /scripts
parentdaf242e80750e89450effec4f9e1907f8b203e3c (diff)
downloadvyatta-op-13900b013e90ccdb0aeec78f58d120d4efd1fc88.tar.gz
vyatta-op-13900b013e90ccdb0aeec78f58d120d4efd1fc88.zip
Show interfaces no longer uses Vyatta::Config
No need to have use statement.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vyatta-show-interfaces.pl2
1 files changed, 1 insertions, 1 deletions
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;