network: Force remove passthrough interface

This commit is contained in:
tschettervictor
2025-06-06 09:43:06 -06:00
committed by GitHub
parent 2fd8a642f4
commit 6b0ad3fa29

View File

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