The flags that are passed to scamper's command (e.g., tracelb) via
the -I flag should be specified as one string argument. Quotes are
only needed when using the shell or printing log messages.
Tests:
go test ./...
docker-compose uy (tracetool=scamper)
docker exec -it trc_traceroute-caller_1 apt-get update
...
scamper.go:134: Trace succeeded in context 0xc0000bd620
...
The flags that are passed to scamper's command (e.g., tracelb) via the -I flag should be specified as one string argument. Quotes are only needed when using the shell or printing log messages.
Tests:
This change is