diff options
author | Stig Thormodsrud <stig@io.vyatta.com> | 2009-03-01 09:05:29 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@io.vyatta.com> | 2009-03-01 09:05:29 -0800 |
commit | d643df002304ac2b0d85430e910ff58675c38262 (patch) | |
tree | 0655c2dc213aae22d0f0e6f3da391d6b6bb5d8b3 | |
parent | c7ebc7493bb6fb79d2504435ab310e18bd6a257b (diff) | |
download | vyatta-cfg-d643df002304ac2b0d85430e910ff58675c38262.tar.gz vyatta-cfg-d643df002304ac2b0d85430e910ff58675c38262.zip |
Fix call to Vyatta::Misc::getIP()
-rw-r--r-- | lib/Vyatta/Interface.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Vyatta/Interface.pm b/lib/Vyatta/Interface.pm index 8f50675..73b8c6b 100644 --- a/lib/Vyatta/Interface.pm +++ b/lib/Vyatta/Interface.pm @@ -22,6 +22,7 @@ package Vyatta::Interface; use strict; use warnings; use Vyatta::Config; +use Vyatta::Misc; use base 'Exporter'; our @EXPORT = qw(IFF_UP IFF_BROADCAST IFF_DEBUG IFF_LOOPBACK IFF_POINTOPOINT IFF_RUNNING IFF_NOARP |