Need quotes

This commit is contained in:
tschettervictor
2025-12-12 18:46:26 -07:00
committed by GitHub
parent a5b7e6514e
commit f9e6d0dd96

View File

@@ -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}"