Check ports before networking

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2021-10-12 08:35:32 +02:00
parent 7b5d47f22d
commit aeb11ac5df

View file

@ -782,7 +782,6 @@ check_networking() {
# Runs through several of the functions made earlier; we just clump them # Runs through several of the functions made earlier; we just clump them
# together since they are all related to the networking aspect of things # together since they are all related to the networking aspect of things
echo_current_diagnostic "Networking" echo_current_diagnostic "Networking"
check_required_ports
detect_ip_addresses "4" detect_ip_addresses "4"
detect_ip_addresses "6" detect_ip_addresses "6"
ping_gateway "4" ping_gateway "4"
@ -1451,6 +1450,7 @@ check_firewalld
processor_check processor_check
parse_locale parse_locale
disk_usage disk_usage
check_required_ports
check_networking check_networking
check_name_resolution check_name_resolution
check_dhcp_servers check_dhcp_servers