strange ping count, why ?

[greek@IPv6Test-2] > ping 224.0.0.5 interface=vlan1204p1 count=1000
<…>
10.232.5.1 56 255 932ms
10.232.5.13 56 255 0ms
10.232.5.16 56 255 0ms
10.232.5.10 56 255 0ms
10.232.5.12 56 255 3ms
10.232.5.14 56 255 4ms
10.232.5.17 56 255 15ms
10.232.5.11 56 255 21ms
<…>
sent=113 received=1000 packet-loss=-784% min-rtt=0ms avg-rtt=12ms max-rtt=984ms

Why counter includes only the reply? Is it the bug?

Attempt to find workaround is not working too.

Trying send 1 ping only for 3 times (i am wait 9 reply * 3 ping):

[greek@IPv6Test-2] > :for i from=1 to=3 do={ ping 224.0.0.5 interface=vlan1204p1 > count=1 > ; };
HOST SIZE TTL TIME STATUS
10.232.5.13 56 255 1ms
sent=1 > received=1 > packet-loss=0% min-rtt=1ms avg-rtt=1ms max-rtt=1ms
HOST SIZE TTL TIME STATUS

HOST SIZE TTL TIME STATUS
10.232.5.13 56 255 0ms
sent=1 received=1 packet-loss=0% min-rtt=0ms avg-rtt=0ms max-rtt=0ms
HOST SIZE TTL TIME STATUS

HOST SIZE TTL TIME STATUS
10.232.5.13 56 255 1ms
sent=1 received=1 packet-loss=0% min-rtt=1ms avg-rtt=1ms max-rtt=1ms
HOST SIZE TTL TIME STATUS

[greek@IPv6Test-2] >

Trying send 2 ping for 3 times (expecting 18 replys every request):

[greek@IPv6Test-2] > :for i from=1 to=3 do={ ping 224.0.0.5 interface=vlan1204p1 > count=2 > ; };
HOST SIZE TTL TIME STATUS
10.232.5.16 56 255 0ms
10.232.5.13 56 255 1ms
sent=1 received=3 > packet-loss=-200% min-rtt=0ms avg-rtt=0ms max-rtt=1ms
HOST SIZE TTL TIME STATUS

HOST SIZE TTL TIME STATUS
10.232.5.13 56 255 0ms
10.232.5.16 56 255 0ms
sent=1 received=4 packet-loss=-300% min-rtt=0ms avg-rtt=0ms max-rtt=2ms
HOST SIZE TTL TIME STATUS

HOST SIZE TTL TIME STATUS
10.232.5.13 56 255 0ms
10.232.5.16 56 255 0ms
sent=1 received=3 packet-loss=-200% min-rtt=0ms avg-rtt=0ms max-rtt=0ms
HOST SIZE TTL TIME STATUS

[greek@IPv6Test-2] >

It’s bug.

Support said that this will be fixed.