]> git.nbdom.net Git - nb.git/commitdiff
bin/ovh-api
authorDevops <sys@15gifts.com>
Mon, 10 Jul 2017 09:43:03 +0000 (10:43 +0100)
committerDevops <sys@15gifts.com>
Mon, 10 Jul 2017 09:43:03 +0000 (10:43 +0100)
bin/ovh-api

index 370de71ac3b2a0caba7d2f3d3513eccf6312c225..49a02270607cb84ee40a713a57cddcf88805412e 100755 (executable)
@@ -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;
         }