-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provider//passt: add changes for multiarch
'passt.avx2' is a specialization only for x86_64. On other architectures the process might just be "passt". Change the regular expression to match any process containing "passt". `check_vm_ip` calculated the guest interface name for x86_64 for other architectures allow for configuration of this value. Remove zone index when comparing routes as they might differ between host and guest (e.g. if the interfaces are named differently). Check gateways by confirming that routes in guest are available on host instead of confirming they must be exactly the same on both ends. Pass the target interface name to the check_connection function to allow for the correct selection of the gateway. When a host has two interfaces the function used a list and failed. Signed-off-by: Sebastian Mitterle <[email protected]>
- Loading branch information
Showing
1 changed file
with
28 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters