Fix jib epair

This commit is contained in:
tschettervictor
2025-10-02 08:47:37 -06:00
committed by GitHub
parent 203d3cffc1
commit 4299f3d72f

View File

@@ -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}"