From 2bd35fc9d2031bf49c0a6f30b3509796a5422f78 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Fri, 28 Feb 2025 22:31:13 -0700 Subject: [PATCH] import: Manual network only if definitions not set --- usr/local/share/bastille/import.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/import.sh b/usr/local/share/bastille/import.sh index 490ac27c..4982ed2e 100644 --- a/usr/local/share/bastille/import.sh +++ b/usr/local/share/bastille/import.sh @@ -343,7 +343,7 @@ generate_config() { fi # Let the user configure network manually - if [ -z "${NETIF_CONFIG}" ]; then + if [ -z "${IP4_DEFINITION}" ] && [ -z "${IP6_DEFINITION}" ]; then IP4_DEFINITION="ip4.addr = lo1|-;" IP6_DEFINITION="" IP6_MODE="disable"