Commit 53a021b
committed
fix(vmm): pass passt port specs individually to avoid parser limit
Use separate --tcp-ports/--udp-ports arguments per port spec instead
of comma-joining them, which could exceed passt's argument parser limit
with large port ranges.1 parent 3967eff commit 53a021b
1 file changed
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
386 | | - | |
387 | | - | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
388 | 389 | | |
389 | | - | |
390 | | - | |
391 | | - | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
392 | 393 | | |
393 | 394 | | |
394 | 395 | | |
| |||
0 commit comments