diff --git a/app/Console/Commands/SmokepingGenerateCommand.php b/app/Console/Commands/SmokepingGenerateCommand.php index 9c9a10501a..2f62a7b756 100644 --- a/app/Console/Commands/SmokepingGenerateCommand.php +++ b/app/Console/Commands/SmokepingGenerateCommand.php @@ -374,7 +374,7 @@ class SmokepingGenerateCommand extends LnmsCommand */ private function balanceProbes($transport, $probeCount) { - if ($transport === 'udp') { + if ($transport === 'udp' || $transport === 'tcp') { if ($probeCount === $this->ip4count) { $this->ip4count = 0; }