-
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.
1. s390x doesn't have ACPI 2. s390x virtual interface name inside VM is encX 3. Remove unsupported DAC security driver for unprivileged user if present 4. Pass 'vm_iface' to 'passt.check_vm_ip' to avoid default value with wrong interface naming scheme 5. passt/check_nameserver: remove interface name from ipv6 entry as it might be different between host and guest 6. passt/check_default_gw: let us select which entry to choose because utils_net.get_default_gateway might return more than one, e.g. with multipath routes or when there's more than one interface on the host; same for passt/check_connection 7. passt/check_port_listen: only check for partial process user "'passt" because on x86_64 there's specializatoin 'passt.avx2' but on s390x it's just 'passt' 8. Don't use utils_net.get_host_ip_address because it doesn't let us choose which interface to get the ip address from; use utils_net.get_ip_address_by_interface instead Signed-off-by: Sebastian Mitterle <[email protected]>
- Loading branch information
Showing
10 changed files
with
82 additions
and
36 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
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
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
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
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
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
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
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
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
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