Bug 37

Summary: pasta: Synchronisation between network configuration/readiness and spawned process
Product: passt Reporter: Stefano Brivio <sbrivio>
Component: pastaAssignee: nobody
Status: RESOLVED FIXED    
Severity: enhancement CC: dgibson
Priority: Low    
Version: unspecified   
Hardware: All   
OS: Linux   

Description Stefano Brivio 2022-11-07 18:58:56 UTC
It would be nice to keep the spawned process from starting the given command until we're done configuring the network, on --config-net (by checking that addresses and routes we configured are in fact there), and in general until the tap device is ready.

See also the discussion around:
  https://archives.passt.top/passt-dev/20221104015336.3831673-1-sbrivio@redhat.com/
Comment 1 Stefano Brivio 2023-03-08 21:48:49 UTC
Fixed by commit d8921dafe506 ("pasta: Wait for tap to be set up before spawning command").