From d25dba1ce0fe2ef030338c4493bdea9ccc2e4f82 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 2 Nov 2025 19:16:47 -0700 Subject: [PATCH] network: fix jail_epair > jail_vnet --- usr/local/share/bastille/network.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/share/bastille/network.sh b/usr/local/share/bastille/network.sh index f276df79..0161e58c 100644 --- a/usr/local/share/bastille/network.sh +++ b/usr/local/share/bastille/network.sh @@ -311,7 +311,7 @@ EOF # Add config to /etc/rc.conf sysrc -f "${jail_rc_config}" ifconfig_${jail_epair}_name="${jail_vnet}" - sysrc -f "${jail_rc_config}" ifconfig_${jail_epair}_descr="jail interface for ${if}" + sysrc -f "${jail_rc_config}" ifconfig_${jail_vnet}_descr="jail interface for ${if}" if [ -n "${IP6_ADDR}" ]; then if [ "${IP6_ADDR}" = "SLAAC" ]; then @@ -369,7 +369,7 @@ EOF # Add config to /etc/rc.conf sysrc -f "${jail_rc_config}" ifconfig_${jail_epair}_name="${jail_vnet}" - sysrc -f "${jail_rc_config}" ifconfig_${jail_epair}_descr="jail interface for ${if}" + sysrc -f "${jail_rc_config}" ifconfig_${jail_vnet}_descr="jail interface for ${if}" if [ -n "${IP6_ADDR}" ]; then if [ "${IP6_ADDR}" = "SLAAC" ]; then