Skip to content

Execution parameters not used for normal execution #49

@gildasio

Description

@gildasio

Description

Execution parameters (such as repeat and delay) are not being used for normal execution.

Evidence

I set hping3 targeting 172.16.10.3 to send ICMP with packet count as 1 and to repeat 3 times.

TCPDump on host 172.16.10.3 only receives 1 icmp packet:

root@srv103:~# tcpdump -i any icmp and host 192.168.20.10
tcpdump: data link type LINUX_SLL2
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on any, link-type LINUX_SLL2 (Linux cooked v2), snapshot length 262144 bytes
14:55:01.755875 srv103-eth0 In  IP 192.168.20.10 > 172.16.10.3: ICMP echo request, id 23331, seq 0, length 8
14:55:01.755899 srv103-eth0 Out IP 172.16.10.3 > 192.168.20.10: ICMP echo reply, id 23331, seq 0, length 8

Suggestion?

Remove execution parameters for normal execution (add note that it works only for bulk execution and remove all code related to it in normal execution - like sending "delay": delay to run.php) or implement this feature to normal execution too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions