From e8d564a695f923733dd62fb7db5d97b570e5f708 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 2 Nov 2025 15:30:13 -0700 Subject: [PATCH] vnet: modify descr variable --- usr/local/share/bastille/templates/default/vnet/Bastillefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/templates/default/vnet/Bastillefile b/usr/local/share/bastille/templates/default/vnet/Bastillefile index 37e28dee..c903096c 100644 --- a/usr/local/share/bastille/templates/default/vnet/Bastillefile +++ b/usr/local/share/bastille/templates/default/vnet/Bastillefile @@ -8,7 +8,7 @@ ARG IFCONFIG6 SYSRC ifconfig_${INTERFACE}_name=${VNET} SYSRC ifconfig_${VNET}="${IFCONFIG}" -SYSRC ifconfig_${VNET}_descr="${VNET}:${EXT_INTERFACE}" +SYSRC ifconfig_${VNET}_descr="${EXT_INTERFACE} jail interface" # Apply IFCONFIG6 if set CMD if [ -n "${IFCONFIG6}" ]; then /usr/sbin/sysrc ifconfig_${VNET}_ipv6="${IFCONFIG6}"; fi