From 8301fac183fe21944bf05eae3ef2b4e4dcffa5e5 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Thu, 6 Mar 2025 12:56:19 -0700 Subject: [PATCH] Update network.sh --- usr/local/share/bastille/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/network.sh b/usr/local/share/bastille/network.sh index 15a0bf93..9c64875d 100644 --- a/usr/local/share/bastille/network.sh +++ b/usr/local/share/bastille/network.sh @@ -277,7 +277,7 @@ EOF fi if [ -n "${VLAN_ID}" ]; then - bastille template "${_jailname}" ${bastille_template_vlan} --arg VLANID="${VLAN_ID}" --arg IFCONFIG="inet ${_ip}" + add_vlan "${_jailname}" "${_if_vnet}" "${_ip}" "${VLAN_ID}" fi info "[${_jailname}]:"