diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-06 07:58:42 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-06 07:58:42 -0800 |
commit | 13900b013e90ccdb0aeec78f58d120d4efd1fc88 (patch) | |
tree | e2ac5a0f056eb683284fb0faf85f662f1829a0ae | |
parent | daf242e80750e89450effec4f9e1907f8b203e3c (diff) | |
download | vyatta-op-13900b013e90ccdb0aeec78f58d120d4efd1fc88.tar.gz vyatta-op-13900b013e90ccdb0aeec78f58d120d4efd1fc88.zip |
Show interfaces no longer uses Vyatta::Config
No need to have use statement.
-rwxr-xr-x | scripts/vyatta-show-interfaces.pl | 2 |
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; |