From ff7b5d410aecbd6ce953cb028dc46d1ace4235de Mon Sep 17 00:00:00 2001 From: Mohit Mehta Date: Mon, 27 Apr 2009 14:20:29 -0700 Subject: fix broken call to getIP --- scripts/vyatta-interfaces.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vyatta-interfaces.pl b/scripts/vyatta-interfaces.pl index 9edf8f2..acb7a67 100755 --- a/scripts/vyatta-interfaces.pl +++ b/scripts/vyatta-interfaces.pl @@ -88,7 +88,7 @@ exit 0; sub is_ip_configured { my ($intf, $ip) = @_; - my @found = grep $ip, getIP($intf); + my @found = grep $ip, Vyatta::Misc::getIP($intf); return ($#found > 0); } -- cgit v1.2.3