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)
This commit is contained in:
tschettervictor
2025-05-07 22:00:36 -06:00
committed by GitHub
parent daae72c605
commit c5d15f9c83

View File

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