diff options
Diffstat (limited to 'sysutils/bastille/pkg-message')
-rw-r--r-- | sysutils/bastille/pkg-message | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sysutils/bastille/pkg-message b/sysutils/bastille/pkg-message index baef3a45c2c1..ed1910001a72 100644 --- a/sysutils/bastille/pkg-message +++ b/sysutils/bastille/pkg-message @@ -14,5 +14,33 @@ in the defaults. To change these values, use `bastille config TARGET set boot of or `bastille config TARGET set priority 10` or some other number according to your needs. EOM +}, +{ + type: upgrade + minimum_version: "0.14" + message: <<EOM +**Notice: Potencially breaking changes since 1.0.20250714** + +Network: Bastille now handles all epairs dynamically, allowing both -V and -B +VNET jails to coexist. Previous versions only supported one type per system. +New naming scheme for network interfaces is e0a_jailname (host side) and +e0b_jailname (jail side). Additional interfaces: e1a_jailname, e1b_jailname, etc +(incrementing numbers). Long jail names are truncated with xx placeholder due to +interface name limitations + +Required action after update: + +Restart all jails (preferably one at a time) to trigger automatic conversion. +Bastille will auto-convert jail.conf and rc.conf files when jails are stopped. +Manual intervention required: If you previously used the network sub-command to +add interfaces, manually edit jail.conf and rc.conf files to update epair names +(increment numbers for additional interfaces). + +Auto-conversion handles most cases, please report bugs if issues occur during the +transition. + +Full release annoucement: https://github.com/BastilleBSD/bastille/releases/tag/1.0.20250714 + +EOM } ] |