From e70d22f035de481dc2e3f911b50652890b61b930 Mon Sep 17 00:00:00 2001 From: Devops Date: Wed, 5 Jul 2017 12:20:37 +0100 Subject: [PATCH] bin/ovh-api --- bin/ovh-api | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/ovh-api b/bin/ovh-api index f2d6176f..7edfb3d4 100755 --- a/bin/ovh-api +++ b/bin/ovh-api @@ -116,6 +116,8 @@ sub ip_routed { } + my %dbl; + @routed = grep {!$dbl{$_}++} @routed; return wantarray ? @routed : \@routed; } -- 2.47.3