From 4299f3d72fdeb054ab45cc72788bd6b23a6e0962 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Thu, 2 Oct 2025 08:47:37 -0600 Subject: [PATCH] Fix jib epair --- usr/local/share/bastille/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/local/share/bastille/common.sh b/usr/local/share/bastille/common.sh index 085ff6d8..7ce1a362 100644 --- a/usr/local/share/bastille/common.sh +++ b/usr/local/share/bastille/common.sh @@ -392,6 +392,7 @@ generate_vnet_jail_netblock() { done local host_epair="e0a_bastille${epair_num}" local jail_epair="e0b_bastille${epair_num}" + local jib_epai="bastille${epair_num}" fi elif [ "${interface_type}" = "passthrough" ]; then host_epair="${external_interface}"