Update runner

This commit is contained in:
Konstantin Bogdanov 2024-08-27 19:05:10 +02:00 committed by GitHub
parent fb3c4671f0
commit 26e1338c4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -153,7 +153,7 @@ def check_iptables_legacy():
if "legacy" in file_info_str:
print(
"""
iptables is in 'legacy' mode. This is not supported.
iptables on your host machine is in 'legacy' mode. This is not supported.
Please switch to 'nftables' mode, usualy by installing `iptables-nft` or `nftables`, consult your distribution manual.
Or, use --ignore-iptables-legacy-check.
@ -170,7 +170,7 @@ def check_iptables_legacy():
if "legacy" in file_info_str:
print(
"""
ip6tables is in 'legacy' mode. This is not supported.
ip6tables on your host machine is in 'legacy' mode. This is not supported.
Please switch to 'nftables' mode, usualy by installing `iptables-nft` or `nftables`, consult your distribution manual.
Or, use --ignore-iptables-legacy-check.