mirror of
https://github.com/hackacad/bastille.git
synced 2026-03-24 09:52:47 +01:00
Need quotes
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user