Bug 37 - pasta: Synchronisation between network configuration/readiness and spawned process
Summary: pasta: Synchronisation between network configuration/readiness and spawned pr...
Status: RESOLVED FIXED
Alias: None
Product: passt
Classification: Unclassified
Component: pasta (show other bugs)
Version: unspecified
Hardware: All Linux
: Low enhancement
Assignee: nobody
URL:
Depends on:
Blocks:
 
Reported: 2022-11-07 18:58 UTC by Stefano Brivio
Modified: 2023-03-08 21:48 UTC (History)
1 user (show)

See Also:


Attachments

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").

Note You need to log in before you can comment on or make changes to this bug.