From c5d15f9c838f2b7b58305fa5b3b5d10c3219ad20 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Wed, 7 May 2025 22:00:36 -0600 Subject: [PATCH] Add 3 necessary variables for ext to work These are three new options that have recently been added to Bastille, one of which is required to keep using this extension (bastille_network_vnet_type) --- conf/bastille.conf.ext | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/bastille.conf.ext b/conf/bastille.conf.ext index 4ba7c65..c7bee76 100644 --- a/conf/bastille.conf.ext +++ b/conf/bastille.conf.ext @@ -1,5 +1,6 @@ bastille_prefix="/usr/local/bastille" bastille_backupsdir="${bastille_prefix}/backups" +bastille_migratedir="${bastille_prefix}/migrate" bastille_cachedir="${bastille_prefix}/cache" bastille_jailsdir="${bastille_prefix}/jails" bastille_releasesdir="${bastille_prefix}/releases" @@ -22,6 +23,7 @@ bastille_compress_xz_options="-0 -v" bastille_decompress_xz_options="-c -d -v" bastille_compress_gz_options="-1 -v" bastille_decompress_gz_options="-k -d -c -v" +bastille_network_vnet_type="if_bridge" bastille_network_loopback="" bastille_network_pf_ext_if="ext_if" bastille_network_pf_table="jails" @@ -34,3 +36,4 @@ bastille_template_thick="default/thick" bastille_template_clone="default/clone" bastille_template_thin="default/thin" bastille_template_vnet="default/vnet" +bastille_template_vlan="default/vlan"