Fix jibepair again

This commit is contained in:
tschettervictor
2025-10-02 08:55:17 -06:00
committed by GitHub
parent 4299f3d72f
commit 0a9c19f2c7

View File

@@ -392,7 +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}"
local jib_epair="bastille${epair_num}"
fi
elif [ "${interface_type}" = "passthrough" ]; then
host_epair="${external_interface}"