From f9e6d0dd968bd488ae70c46e1fcb6229bcdc2444 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Fri, 12 Dec 2025 18:46:26 -0700 Subject: [PATCH] Need quotes --- .../share/bastille/templates/default/vnet/Bastillefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/usr/local/share/bastille/templates/default/vnet/Bastillefile b/usr/local/share/bastille/templates/default/vnet/Bastillefile index f4c4cc43..449b6bb6 100644 --- a/usr/local/share/bastille/templates/default/vnet/Bastillefile +++ b/usr/local/share/bastille/templates/default/vnet/Bastillefile @@ -6,9 +6,9 @@ ARG GATEWAY6 ARG IFCONFIG ARG IFCONFIG6 -SYSRC ifconfig_${INTERFACE}_name=${VNET} -SYSRC ifconfig_${VNET}=${IFCONFIG} +SYSRC ifconfig_${INTERFACE}_name="${VNET}" +SYSRC ifconfig_${VNET}="${IFCONFIG}" SYSRC ifconfig_${VNET}_descr="jail interface for ${EXT_INTERFACE}" -SYSRC ifconfig_${VNET}_ipv6=${IFCONFIG6} -SYSRC defaultrouter=${GATEWAY} -SYSRC ipv6_defaultrouter=${GATEWAY6} +SYSRC ifconfig_${VNET}_ipv6="${IFCONFIG6}" +SYSRC defaultrouter="${GATEWAY}" +SYSRC ipv6_defaultrouter="${GATEWAY6}"