Config yaml file to replicate:
- command: "ping google.com"
size: 20
direction: 1
- command: "ping facebook.com"
size: 40
direction: 2
- command: "ping youtube.com"
size: 40
direction: 2
- command: "lsblk"
size: 10
direction: 1
As you can see, both ping commands have the same size which is 40. They are clashing/colliding because they have the same size.
