From 6b0ad3fa29d70153289727b1431595a5692e23eb Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Fri, 6 Jun 2025 09:43:06 -0600 Subject: [PATCH] network: Force remove passthrough interface --- usr/local/share/bastille/network.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/local/share/bastille/network.sh b/usr/local/share/bastille/network.sh index 2132d9e3..2e62da65 100644 --- a/usr/local/share/bastille/network.sh +++ b/usr/local/share/bastille/network.sh @@ -423,6 +423,7 @@ EOF cat << EOF >> "${_jail_config}" ## ${_if} interface vnet.interface += ${_if}; + exec.prestop += "ifconfig ${_if} -vnet ${_jailname}"; } EOF # Add config to /etc/rc.conf