From: Devops Date: Mon, 10 Jul 2017 09:43:03 +0000 (+0100) Subject: bin/ovh-api X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=f11866db22b23091deabe3c5b336f297fcf6ec9f;p=nb.git bin/ovh-api --- diff --git a/bin/ovh-api b/bin/ovh-api index 370de71a..49a02270 100755 --- a/bin/ovh-api +++ b/bin/ovh-api @@ -127,9 +127,7 @@ sub ip_routed { $status = 'slave' if $server->{backup} and $status eq 'up'; $routed->[0][1] = $status if $status ne 'up'; - #push @{$routed->[0]},$frontend->{type}; - #next if $server->{backup}; push @routed,@$routed; }