From c28287fcf5ba523a46f86ec84c6dd648d2fcbe73 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Sun, 18 Jan 2009 14:29:08 -0800 Subject: Fix regression in Vyatta::Misc Handle requests for interfaces of a specific type --- lib/Vyatta/Misc.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Vyatta') diff --git a/lib/Vyatta/Misc.pm b/lib/Vyatta/Misc.pm index dc8b89e..3d0f7b2 100755 --- a/lib/Vyatta/Misc.pm +++ b/lib/Vyatta/Misc.pm @@ -117,7 +117,8 @@ sub getInterfacesIPadresses { if ($type ne 'all') { $mask = $type_hash{$type}; - die "Invalid type specified to retreive IP addresses for: $type"; + die "Invalid type specified to retreive IP addresses for: $type" + unless $mask; } foreach my $name (getInterfaces()) { -- cgit v1.2.3